8000 Doc final 3.0 docs by tacaswell · Pull Request #12145 · matplotlib/matplotlib · GitHub
[go: up one dir, main page]

Skip to content

Doc final 3.0 docs #12145

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 6 commits into from
Sep 18, 2018
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
532 changes: 311 additions & 221 deletions doc/api/api_changes.rst

Large diffs are not rendered by default.

< 8000 /include-fragment>
19 changes: 0 additions & 19 deletions doc/api/next_api_changes/2018-02-09-ES.rst

This file was deleted.

59 changes: 0 additions & 59 deletions doc/api/next_api_changes/2018-02-15-AL-deprecations.rst

This file was deleted.

20 changes: 0 additions & 20 deletions doc/api/next_api_changes/2018-04-29-JMK.rst

This file was deleted.

6 changes: 0 additions & 6 deletions doc/api/next_api_changes/2018-05-06-AL-callbackregistry.rst

This file was deleted.

8 changes: 0 additions & 8 deletions doc/api/next_api_changes/2018-05-15-AL.rst

This file was deleted.

4 changes: 0 additions & 4 deletions doc/api/next_api_changes/2018-06-01-PG-pytz-ectomy.rst

This file was deleted.

40 changes: 21 additions & 19 deletions doc/users/whats_new.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,27 @@ revision, see the :ref:`github-stats`.

next_whats_new/*

Improved default backend selection
----------------------------------

The default backend no longer must be set as part of the build
process. Instead, at run time, the builtin backends are tried in
sequence until one of them imports.

Headless linux servers (identified by the DISPLAY env not being defined)
will not select a GUI backend.

Cyclic colormaps
----------------

Two new colormaps named 'twilight' and 'twilight_shifted' have been
added. These colormaps start and end on the same color, and have two
symmetric halves with equal lightness, but diverging color. Since they
wrap around, they are a good choice for cyclic data such as phase
angles, compass directions, or time of day. Like *viridis* and
*cividis*, *twilight* is perceptually uniform and colorblind friendly.


Ability to scale axis by a fixed order of magnitude
---------------------------------------------------

Expand Down Expand Up @@ -76,16 +97,6 @@ This has been changed so that the number of ticks is now responsive to how
large the colorbar is.


Cyclic colormaps
----------------

Two new colormaps named 'twilight' and 'twilight_shifted' have been added.
These colormaps start and end on the same color, and have two
symmetric halves with equal lightness, but diverging color. Since they
wrap around, they are a good choice for cyclic data such as phase
angles, compass directions, or time of day. Like *viridis*, *twilight* is
perceptually uniform and colorblind friendly.


Don't automatically rename duplicate file names
-----------------------------------------------
Expand Down Expand Up @@ -228,15 +239,6 @@ This new method may be useful for adding artists to figures without axes or to
easily position static elements in figure coordinates.


Improved default backend selection
----------------------------------

The default backend no longer must be set as part of the build
process. Instead, at run time, the builtin backends are tried in
sequence until one of them imports.

Headless linux servers (identified by the DISPLAY env not being defined)
will not select a GUI backend.


Return type of ArtistInspector.get_aliases changed
Expand Down
0