- Do not set color for missing data; only existed for sron palettes. - Add --dpi as a standard option in `mcPlot`. - Use mpl.colormaps[name] instead of mpl.colormaps.get_cmap(name) to replace mpl.cm.get_cmap(name) to work with matplotlib < v3.6.
0.14
- Changed matplotlib.cm.get_cmap to matplotlib.colormaps.get_cmap in color module and tests.
0.13
- Add left, bottom, top to standard layout options in `mcPlot`. - Documented as_cmap keyword of `get_cmap`.
0.12
- Use I/O type helpers in `str2tex`. - Add kwargs mechanism to `plot_save` in `mcPlot` to pass arguments to save_file. - Add --transparent as a standard option in `mcPlot`.
0.11
- Change from NCL amwg to pyjams amwg as the default color palette in `mcPlot`.
0.10
- Added `pyjams_amwg` color map. - `get_color` can get list of colors and not only single colors. - Register ufz colors only once with `get_color`. - Add `print_colors` to print known named colors to console.