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

Skip to content

Add Figure props, simplify axis-sharing, improve twinx/y API #99

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 13 commits into from
Jan 7, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ ProPlot v0.4.0 (2020-##-##)
precedence instead (:pr:`95`).
- `~proplot.axes.Axes.dualx` and `~proplot.axes.Axes.dualx` no longer accept "scale-spec" arguments.
Must be a function, two functions, or an axis scale instance (:pr:`96`).
- Remove `~proplot.axes.Axes` ``share[x|y]``, ``span[x|y]``, and ``align[x|y]`` kwargs (:pr:`99`).
These settings are now always figure-wide.
- Rename `~proplot.styletools.Cycle` ``samples`` to ``N``, rename
`~proplot.styletools.show_colors` ``nbreak`` to ``nhues`` (:pr:`98`).

Expand All @@ -66,6 +68,8 @@ ProPlot v0.4.0 (2020-##-##)
- Add TeX Gyre Heros as Helvetica-alternative (:pr:`95`). This is the new open-source default font.
- Add `xlinewidth`, `ylinewidth`, `xgridcolor`, `ygridcolor` keyword
args to `~proplot.axes.XYAxes.format` (:pr:`95`).
- Add getters and setters for various `~proplot.subplots.Figure` settings like ``share[x|y]``,
``span[x|y]``, and ``align[x|y]`` (:pr:`99`).
- Add `~proplot.subplots.Figure` ``fallback_to_cm`` kwarg. This is used by
`~proplot.styletools.show_fonts` to show dummy glyphs to clearly illustrate when fonts are
missing characters, but preserve graceful fallback for end user.
Expand Down
Loading