@@ -130,13 +130,13 @@ def spatial_contour_plot(
130
130
----------
131
131
cube: Cube
132
132
An iris cube of the data to plot. It should be 2 dimensional (lat and lon).
133
- filename: pathlike
134
- The path of the plot to write.
133
+ filename: pathlike, optional
134
+ The path of the plot to write. Defaults to the recipe name.
135
135
136
136
Returns
137
137
-------
138
138
Cube
139
- The inputted cube (so further operations can be applied)
139
+ The original cube (so further operations can be applied)
140
140
141
141
Raises
142
142
------
@@ -168,15 +168,15 @@ def postage_stamp_contour_plot(
168
168
----------
169
169
cube: Cube
170
170
Iris cube of data to be plotted. It must have a realization coordinate.
171
- filename: pathlike
172
- The path of the plot to write.
171
+ filename: pathlike, optional
172
+ The path of the plot to write. Defaults to the recipe name.
173
173
coordinate: str
174
174
The coordinate that becomes different plots. Defaults to "realization".
175
175
176
176
Returns
177
177
-------
178
178
Cube
179
- The inputted cube (so further operations can be applied)
179
+ The original cube (so further operations can be applied)
180
180
181
181
Raises
182
182
------
@@ -230,12 +230,15 @@ def time_series_contour_plot(
230
230
Parameters
231
231
----------
232
232
cube: Cube
233
- An iris cube of the data to plot. It should be 2 dimensional (lat and lon).
233
+ An iris cube of the data to plot. It should be 2 dimensional (lat and
234
+ lon).
235
+ filename: pathlike, optional
236
+ Common component of the plot filenames. Defaults to the recipe name.
234
237
235
238
Returns
236
239
-------
237
240
Cube
238
- The input cube (so further operations can be applied)
241
+ The original cube (so further operations can be applied)
239
242
240
243
Raises
241
244
------
0 commit comments