File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff 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"
You can’t perform that action at this time.
0 commit comments