Skip to content

Commit e1bd91f

Browse files
committed
Update whatsnew and docs
1 parent bae8511 commit e1bd91f

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

WHATSNEW.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,10 +83,13 @@ ProPlot v0.7.1 (2021-##-##)
8383
* Fix issue where a-b-c labels are removed in presence of ``'top'`` panels
8484
with ``titleabove=True`` (:commit:`7873d5e0`).
8585

86-
.. rubric:: Bug fixes
86+
.. rubric:: Features
8787

8888
* Support list-of-strings parametric coordinate and format on-the-fly colorbar ticks
8989
with those string labels (:commit:`02fbda45`).
90+
* Add new :rcraw:`leftlabel.rotation`, :rcraw:`toplabel.rotation`,
91+
:rcraw:`rightlabel.rotation`, :rcraw:`bottomlabel.rotation` keywords, make
92+
default row label rotation match default y label rotation (:commit:`bae85113`).
9093

9194

9295
ProPlot v0.7.0 (2021-07-11)

docs/projections.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@
267267
axs.format(
268268
suptitle=f'Geophysical data {string} global coverage',
269269
toplabels=('Cartopy example', 'Basemap example'),
270-
leftlabels=('Contourf', 'Pcolormesh'),
270+
leftlabels=('Contourf', 'Pcolormesh'), leftlabelrotation=0,
271271
toplabelweight='normal', leftlabelweight='normal',
272272
abc=True, abcstyle='a)', abcloc='ul', abcborder=False,
273273
coast=True, lonlines=90,

0 commit comments

Comments
 (0)