Skip to content

Commit 0420b98

Browse files
committed
Update changelog
1 parent b5c3ec4 commit 0420b98

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CHANGELOG.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,10 @@ ProPlot v0.7.0 (2020-##-#3)
9393

9494
* Fix matplotlib bug where `altx` and `alty` reset the minor locator of the shared
9595
axis to ``AutoMinorLocator`` even if the axis scale is ``'log'`` (:commit:`2f64361d`).
96+
* Fix issue where `hist` with `xarray.DataArray` or `pandas.Dataframe` input causes
97+
erroneous axis labels; use labels for legend instead (:issue:`195`).
98+
* Fix issue where axis coordinates are incorrect when `violinplot` or `boxplot`
99+
receive non-DataFrame input (:commit:`b5c3ec4c`).
96100
* Fix issue where `indicate_error` cannot accept 1D error bounds (:commit:`ef2d72cd`).
97101
* Fix issue where axis is inverted for histogram plots (:issue:`191`).
98102
* Fix issue where proplot fails to detect legend entries for "outer"

0 commit comments

Comments
 (0)