You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
``subplots.xlabspace``, and ``subplots.ylabspace`` spacing arguments,
24
-
automatically calculate default non-tight spacing using `~proplot.subplots._get_space`
25
-
based on current tick lengths, label sizes, etc.
26
22
- Rename `basemap_defaults` to `~proplot.projs.basemap_kwargs` and `cartopy_projs`
27
23
to `~proplot.projs.cartopy_names` (:commit:`431a06ce`).
28
24
@@ -53,7 +49,12 @@ ProPlot v0.4.0 (2020-##-##)
53
49
54
50
- Remove redundant `~proplot.rctools.use_fonts`, use ``rcParams['sans-serif']``
55
51
precedence instead (:pr:`95`).
56
-
- `~proplot.axes.Axes.dualx` and `~proplot.axes.Axes.dualx` no longer accept "scale-spec" arguments, must be a function, two functions, or an axis scale instance (:pr:`96`).
52
+
- `~proplot.axes.Axes.dualx` and `~proplot.axes.Axes.dualx` no longer accept "scale-spec" arguments.
53
+
Must be a function, two functions, or an axis scale instance (:pr:`96`).
0 commit comments