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 @@ -55,6 +55,8 @@ ProPlot v0.4.0 (2020-##-##)
5555 precedence instead (:pr: `95 `).
5656- `~proplot.axes.Axes.dualx ` and `~proplot.axes.Axes.dualx ` no longer accept "scale-spec" arguments.
5757 Must be a function, two functions, or an axis scale instance (:pr: `96 `).
58+ - Remove `~proplot.axes.Axes ` ``share[x|y] ``, ``span[x|y] ``, and ``align[x|y] `` kwargs (:pr: `99 `).
59+ These settings are now always figure-wide.
5860- Rename `~proplot.styletools.Cycle ` ``samples `` to ``N ``, rename
5961 `~proplot.styletools.show_colors ` ``nbreak `` to ``nhues `` (:pr: `98 `).
6062
@@ -66,6 +68,8 @@ ProPlot v0.4.0 (2020-##-##)
6668- Add TeX Gyre Heros as Helvetica-alternative (:pr: `95 `). This is the new open-source default font.
6769- Add `xlinewidth `, `ylinewidth `, `xgridcolor `, `ygridcolor ` keyword
6870 args to `~proplot.axes.XYAxes.format ` (:pr: `95 `).
71+ - Add getters and setters for various `~proplot.subplots.Figure ` settings like ``share[x|y] ``,
72+ ``span[x|y] ``, and ``align[x|y] `` (:pr: `99 `).
6973- Add `~proplot.subplots.Figure ` ``fallback_to_cm `` kwarg. This is used by
7074 `~proplot.styletools.show_fonts ` to show dummy glyphs to clearly illustrate when fonts are
7175 missing characters, but preserve graceful fallback for end user.
You can’t perform that action at this time.
0 commit comments