Skip to content

Commit 7808689

Browse files
committed
Update whatsnew
1 parent 2ac4071 commit 7808689

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

WHATSNEW.rst

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,9 @@ Features
8989
* Move the `extent` and `round` keywords (formerly `autoextent` and `circular` --
9090
see above) from `~proplot.axes.GeoAxes.__init__` to `proplot.axes.GeoAxes.format`,
9191
supporting toggling and passage to e.g. `~proplot.ui.subplots` (:commit:`5f1c67cc`).
92-
* Add :rcraw:`grid.geolabels` setting that auto-includes cartopy >= 0.20 ``'geo'``
93-
location when toggling labels with e.g. ``lonlabels='left'`` or ``labels=True``, and
94-
support passing passing it explicitly with e.g. ``labels='geo'`` (:commit:`9040cde0`).
92+
* Add :rcraw:`grid.geolabels` setting that auto-includes cartopy ``'geo'`` location
93+
when toggling labels with e.g. ``lonlabels='left'`` or ``labels=True``, and support
94+
passing passing it explicitly with e.g. ``labels='geo'`` (:commit:`9040cde0`).
9595
* Allow using the `~proplot.constructor.Proj` keyword `latlim` as Mercator projection
9696
limits and `lon0`, `lat0` aliases for `lon_0`, `lat_0` (:commit:`5f1c67cc`).
9797
* Add modifiable `proplot.figure.Figure.tight` property to retrieve and optionally
@@ -161,6 +161,8 @@ Bug fixes
161161
due to an ImportError (:issue:`324`).
162162
* Fix cartopy >= 0.20 issue where inline longitude and latitude gridline labels
163163
can no longer be turned on (:issue:`307`).
164+
* Fix cartopy >= 0.20 issue where user-specified longitude/latitude gridline label
165+
sides ignored due to using booleans instead of ``'x'``, ``'y'`` (:commit:`2ac40715`).
164166
* Fix issue where outer colorbars are drawn twice due to adding them as both
165167
figure-wide axes and child axes (:issue:`304`).
166168
* Fix issue where silently-deprecated `aspect` parameter passed to

0 commit comments

Comments
 (0)