Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c414513

Browse files
authored
Merge pull request #99 from lukelbd/add-figure-props
Add Figure props, simplify axis-sharing, improve twinx/y API
2 parents 1002853 + 737f76c commit c414513

File tree

3 files changed

+360
-221
lines changed

3 files changed

+360
-221
lines changed

‎CHANGELOG.rst

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

0 commit comments

Comments
 (0)