File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed
Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -47,14 +47,16 @@ ProPlot v0.4.0 (2020-##-##)
4747===========================
4848.. rubric :: Deprecated
4949
50- - Remove redundant `~proplot.rctools.use_fonts `, use ``rcParams['sans-serif'] ``
51- precedence instead (:pr: `95 `).
52- - `~proplot.axes.Axes.dualx ` and `~proplot.axes.Axes.dualx ` no longer accept "scale-spec" arguments.
53- Must be a function, two functions, or an axis scale instance (:pr: `96 `).
5450- Remove ``subplots.innerspace ``, ``subplots.titlespace ``,
5551 ``subplots.xlabspace ``, and ``subplots.ylabspace `` spacing arguments,
5652 automatically calculate default non-tight spacing using `~proplot.subplots._get_space `
5753 based on current tick lengths, label sizes, etc.
54+ - Remove redundant `~proplot.rctools.use_fonts `, use ``rcParams['sans-serif'] ``
55+ precedence instead (:pr: `95 `).
56+ - `~proplot.axes.Axes.dualx ` and `~proplot.axes.Axes.dualx ` no longer accept "scale-spec" arguments.
57+ Must be a function, two functions, or an axis scale instance (:pr: `96 `).
58+ - Rename `~proplot.styletools.Cycle ` ``samples `` to ``N ``, rename
59+ `~proplot.styletools.show_colors ` ``nbreak `` to ``nhues `` (:pr: `98 `).
5860
5961.. rubric :: Features
6062
You can’t perform that action at this time.
0 commit comments