8000 Re-organize What's new page by QuLogic · Pull Request #9260 · matplotlib/matplotlib · GitHub
[go: up one dir, main page]

Skip to content

Re-organize What's new page #9260

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 49 commits into from
Oct 7, 2017
Merged
Changes from 1 commit
Commits
Show all changes
49 commits
Select commit Hold shift + click to select a range
a1dc966
DOC: Correct review issues with what's new page.
QuLogic Oct 2, 2017
3809204
DOC: Add more plots to What's new page.
QuLogic Oct 2, 2017
7ef54d8
DOC: put in top-level sections
tacaswell Oct 2, 2017
3e67e1a
DOC: move polar plot whats new entry
tacaswell Oct 2, 2017
cbdb552
DOC: move js animation whats new
tacaswell Oct 2, 2017
e5784e3
DOC: move TransformedPatchPath docs
tacaswell Oct 2, 2017
10272f4
DOC: move checkbox widget docs
tacaswell Oct 2, 2017
92f211c
DOC: move animation ABC whats new
tacaswell Oct 2, 2017
1f41d33
DOC: move AnchoreSizeBar whats new
tacaswell Oct 2, 2017
e7b3fc7
DOC: move annotation whats new
tacaswell Oct 2, 2017
e5171ad
DOC: move mplot3d whats new
tacaswell Oct 2, 2017
109aaf7
DOC: move quiver/barbs whats new
tacaswell Oct 2, 2017
ec8b1d3
DOC: move hexbin whats new
tacaswell Oct 2, 2017
bfa2af3
DOC: move the legend whats new
tacaswell Oct 2, 2017
2947041
DOC: move figure clear what new
tacaswell Oct 2, 2017
48e2280
DOC: remove avconv whats new
tacaswell Oct 2, 2017
c9e5ccc
DOC: move non-finite axis limits whats new to api changes
8000 tacaswell Oct 2, 2017
2773dae
DOC: move meta-data whats new
tacaswell Oct 2, 2017
0804809
DOC: move LogFormatterMathtext whats new
tacaswell Oct 2, 2017
4841e9c
DOC: move patch simplification whats new
tacaswell Oct 2, 2017
b0c71ca
DOC: move PercentFormatter whats new
tacaswell Oct 2, 2017
4570155
DOC: move quiverkey whats new
tacaswell Oct 2, 2017
f6331fb
DOC: move reproducible whats new
tacaswell Oct 2, 2017
9690898
DOC: move collection scatter flattening docs to api changes
tacaswell Oct 2, 2017
5fb27d1
DOC: move colorbare reversed whats new
tacaswell Oct 2, 2017
6652dc7
DOC: move setp whats new
tacaswell Oct 2, 2017
92a4835
DOC: move and expand streamplot whats new
tacaswell Oct 2, 2017
9adf3d9
DOC: move tick_params rotation whats new
tacaswell Oct 2, 2017
28afbf6
DOC: move shaded 3D bar whats new docs
tacaswell Oct 2, 2017
1b6326d
DOC: move autofmt_xdata whats new
tacaswell Oct 2, 2017
429f961
DOC: move subplot2grid whats new
tacaswell Oct 2, 2017
bf6f801
DOC: hove fill_betweenx whats new
tacaswell Oct 2, 2017
9731438
DOC: hove rcParams validation whats new
tacaswell Oct 2, 2017
f81ec16
DOC: move EngFormatter whats new
tacaswell Oct 2, 2017
266f0c0
DOC: remove temporary heading
tacaswell Oct 2, 2017
6f27317
DOC: document changing font cache to json
tacaswell Oct 2, 2017
88894a9
DOC: add stub sections
tacaswell Oct 2, 2017
3a58899
DOC: fix headline
tacaswell Oct 2, 2017
5a15e2a
DOC: fill in remaining whats new entries
tacaswell Oct 4, 2017
7b58314
DOC: Fix minor capitalization issues.
QuLogic Oct 5, 2017
6d89c85
DOC: respond to review comments
tacaswell Oct 6, 2017
8d40a84
DOC: remove all whats new 'Example' sub-headings
tacaswell Oct 6, 2017
b823496
DOC: remove api change entry for reverted change
tacaswell Oct 6, 2017
2ee903a
DOC: merge up and organize api changes
tacaswell Oct 7, 2017
d8454ad
DOC: tweak whats new a bit
tacaswell Oct 7, 2017
1214252
DOC: fix ghissue markup
tacaswell Oct 7, 2017
d4f2540
DOC: minor review comments
tacaswell Oct 7, 2017
182430d
DOC: minor edits
tacaswell Oct 7, 2017
2ba2bab
DOC: one last double backquote
tacaswell Oct 7, 2017
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
Prev Previous commit
Next Next commit
DOC: minor review comments
  • Loading branch information
tacaswell committed Oct 7, 2017
commit d4f2540fe7655373121cd6e0a89733d67dca6bac
25 changes: 15 additions & 10 deletions doc/api/api_changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,8 @@ using Matplotlib, i.e. any use of `matplotlib.tri.Triangulation` that
requests that a Delaunay triangulation is calculated, which includes
`matplotlib.pyplot.tricontour`, `matplotlib.pyplot.tricontourf`,
`matplotlib.pyplot.tripcolor`, `matplotlib.pyplot.triplot`,
`mlab.griddata` and `mpl_toolkits.mplot3d.plot_trisurf`.
`matplotlib.mlab.griddata` and
`mpl_toolkits.mplot3d.axes3d.Axes3D.plot_trisurf`.



Expand Down Expand Up @@ -234,8 +235,9 @@ still *left* and *bottom* respectively::
bar(left, height, *, align='center', **kwargs)
barh(bottom, width, *, align='center', **kwargs)

despite behaving as the center in both cases. The methods now take ``*args, **kwargs``
is input and are documented to have the primary signatures of::
despite behaving as the center in both cases. The methods now take
``*args, **kwargs`` as input and are documented to have the primary
signatures of::

bar(x, height, *, align='center', **kwargs)
barh(y, width, *, align='center', **kwargs)
Expand Down Expand Up @@ -276,14 +278,17 @@ Deprecations
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

The ``GraphicsContextBase.get_linestyle`` and
``GraphicsContextBase.set_linestyle`` methods, which effectively had
no effect, have been deprecated.
``GraphicsContextBase.set_linestyle`` methods, which had no effect,
have been deprecated. All of the backends Matplotlib ships use
``GraphicsContextBase.get_dashes`` and
``GraphicsContextBase.set_dashes`` which are more general.
Third-party backends should also migrate to the ``*_dashes`` methods.


``NavigationToolbar2.dynamic_update``
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Use :meth:`matplotlib.backend_bases.FigureCanvas.draw_idle` instead.
Use :meth:`draw_idle` method on the ``Canvas`` instance instead.


Testing
Expand All @@ -302,10 +307,10 @@ Passing a string as *num* argument when calling an instance of
``mpl_toolkits.axes_grid`` module
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

All functionallity from `mpl_toolkits.axes_grid` can be found in
either `mpl_toolkits.axes_grid1` or `mpl_toolkits.axisartist`. Axes
classes from `mpl_toolkits.axes_grid` based on `Axis` from
`mpl_toolkits.axisartist` can be found in `mpl_toolkits.axisartist`
All functionally from `mpl_toolkits.axes_grid` can be found in either
`mpl_toolkits.axes_grid1` or `mpl_toolkits.axisartist`. Axes classes
from `mpl_toolkits.axes_grid` based on `Axis` from
`mpl_toolkits.axisartist` can be found in `mpl_toolkits.axisartist`.


``Axes`` collision in ``Figure.add_axes``
Expand Down
0