Skip to content

Commit ccb78a0

Browse files
committed
Update whatsnew
1 parent d9e489e commit ccb78a0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

WHATSNEW.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,8 @@ ProPlot v0.7.1 (2021-##-##)
8282
selecting default colormap levels (:commit:`152a3a81`).
8383
* Fix issue where a-b-c labels are removed in presence of ``'top'`` panels
8484
with ``titleabove=True`` (:commit:`7873d5e0`).
85+
* Ensure `plot` returns tuples of handles instead of lists, and ensure `indicate_error`
86+
returns a singleton tuple containing ``(line, error)`` objects (:issue:`260`).
8587

8688
.. rubric:: Features
8789

@@ -90,6 +92,8 @@ ProPlot v0.7.1 (2021-##-##)
9092
* Add new :rcraw:`leftlabel.rotation`, :rcraw:`toplabel.rotation`,
9193
:rcraw:`rightlabel.rotation`, :rcraw:`bottomlabel.rotation` keywords, make
9294
default row label rotation match default y label rotation (:commit:`bae85113`).
95+
* Make `~proplot.axes.colorbar_extras` capture matplotlib-native `format` keyword
96+
as alias for `formatter` and `ticklabels` (:issue:`262`).
9397

9498

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

0 commit comments

Comments
 (0)