Skip to content

Commit

Permalink
Changing docstrings
Browse files Browse the repository at this point in the history
  • Loading branch information
VeckoTheGecko committed Aug 11, 2022
1 parent 3eae27f commit 232fc2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parcels/plotting.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ def plotfield(field, show_time=None, domain=None, depth_level=0, projection='Pla
vmin=None, vmax=None, savefile=None, **kwargs):
"""Function to plot a Parcels Field
:param show_time: Time in seconds after which to show the Field
:param show_time: Time in seconds from start after which to show the Field
:param domain: dictionary (with keys 'N', 'S', 'E', 'W') defining domain to show
:param depth_level: depth level to be plotted (default 0)
:param projection: type of cartopy projection to use (default PlateCarree)
Expand Down

0 comments on commit 232fc2a

Please sign in to comment.