- 21 Feb, 2020 1 commit
-
-
Sylvaine Ferrachat authored
--> option `--cbar-fontsize` In addition, gridlines fix for non-PlateCarree projections.
-
- 03 Feb, 2020 2 commits
-
-
Sylvaine Ferrachat authored
-
Sylvaine Ferrachat authored
-
- 31 Jan, 2020 2 commits
-
-
Sylvaine Ferrachat authored
+ bugfix backslashes in title (e.g. necessary for '\n')
-
Sylvaine Ferrachat authored
* Renamed options: * `markers` --> `show-mk` * `marker-size` --> `mk-size` * New options: * `legend-mk-scale` * `mk-beg-lsty` * `mk-end-lsty` --> See `--help` for details. In short, the most important new feature is: allow to define a different line style for the markers at the beginning and end of storm track, in order to easily know the direction of the storm along its trajectory.
-
- 29 Jan, 2020 1 commit
-
-
Sylvaine Ferrachat authored
-
- 27 Jan, 2020 2 commits
-
-
Sylvaine Ferrachat authored
-
Sylvaine Ferrachat authored
Both methods (by name only or by label "name YYYY") are accepted by the option `--sel-storms` and may be mixed in one single command, e.g.: --sel-storms="wilma 2005,andrew"
-
- 16 Jan, 2020 1 commit
-
-
Sylvaine Ferrachat authored
-
- 13 Jan, 2020 1 commit
-
-
Sylvaine Ferrachat authored
In addition, there's a new option for selecting the projection, see `--proj` and `--proj-arg`.
-
- 23 Jul, 2019 1 commit
-
-
Sylvaine Ferrachat authored
This is pure cosmetics.
-
- 22 Jul, 2019 5 commits
-
-
Sylvaine Ferrachat authored
-
Sylvaine Ferrachat authored
-
Sylvaine Ferrachat authored
-
Sylvaine Ferrachat authored
-
Sylvaine Ferrachat authored
Replaces `--foo FOO` by `--foo=FOO` in the argparse helper. Although there is always the possibility to use either `--foo FOO` or `--foo=FOO`, it is sometimes better to document the '=' way rather than the normal ' ' way. For example, when the option argument contains special characters like ',' it must be expressed with '=' in order to not confuse the shell that executes the command line.
-
- 14 Jun, 2019 6 commits
-
-
Sylvaine Ferrachat authored
`--sel-storms`. See `--help` for details.
-
Sylvaine Ferrachat authored
`--title` and `--title-fontsize` See `--help` for details.
-
Sylvaine Ferrachat authored
-
Sylvaine Ferrachat authored
New options: `--marker-size` and `--legend-loc`. See `--help` for details.
-
Sylvaine Ferrachat authored
Minor refactoring to prepare for defaults dump in config file.
-
Sylvaine Ferrachat authored
`--colormap`
-
- 13 Jun, 2019 4 commits
-
-
Sylvaine Ferrachat authored
To install: pip install [URL of package -so far unset-]
-
Sylvaine Ferrachat authored
`--no-markers` allows to avoid to show the markers (useful when many tropical cyclones are plotted, because markers are slow to plot and will clutter the whole figure).
-
Sylvaine Ferrachat authored
-
Sylvaine Ferrachat authored
Legend and symbols improvements + new option `--legend-ncol` to be able to specify the number of columns to be displayed in legend.
-
- 12 Jun, 2019 3 commits
-
-
Sylvaine Ferrachat authored
New options are `--inc-lon` and `--inc-lat` to control to gridline increments.
-
Sylvaine Ferrachat authored
Options to limit the plotted area. Same syntax as for other range options. Still a few cosmetics ToDos w.r.t this feature.
-
Sylvaine Ferrachat authored
[WIP] to fine-tune...
-
- 11 Jun, 2019 2 commits
-
-
Sylvaine Ferrachat authored
These 2 options allow to select storms based on resp. year range and maximum category reached. See --help for details.
-
Sylvaine Ferrachat authored
This is WIP! The script is not fully functional yet.
-