Skip to content

Commit 317e076

Browse files
committed
Update changelog
1 parent 19779c9 commit 317e076

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

CHANGELOG.rst

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)