@@ -50,10 +50,10 @@ A function which take and ``Exception`` as its only argument may also be passed
50
50
Improved toggling of the axes grids
51
51
-----------------------------------
52
52
53
- The `g ` key binding now switches the states of the `x ` and `y ` grids
53
+ The `` g `` key binding now switches the states of the `` x `` and `` y ` ` grids
54
54
independently (by cycling through all four on/off combinations).
55
55
56
- The new `G ` key binding switches the states of the minor grids.
56
+ The new `` G ` ` key binding switches the states of the minor grids.
57
57
58
58
Both bindings are disabled if only a subset of the grid lines (in either
59
59
direction) is visible, to avoid making irreversible changes to the figure.
@@ -62,7 +62,7 @@ direction) is visible, to avoid making irreversible changes to the figure.
62
62
Ticklabels are turned off instead of being invisible
63
63
----------------------------------------------------
64
64
65
- Internally, the `Tick `'s :func: ` ~matplotlib.axis.Tick.label1On ` attribute
65
+ Internally, the `. Tick `'s `` ~matplotlib.axis.Tick.label1On ` ` attribute
66
66
is now used to hide tick labels instead of setting the visibility on the tick
67
67
label objects.
68
68
This improves overall performance and fixes some issues.
@@ -78,15 +78,15 @@ needs to be used, e.g.
78
78
Removal of warning on empty legends
79
79
-----------------------------------
80
80
81
- `` plt. legend` ` used to issue a warning when no labeled artist could be
81
+ `.pyplot. legend ` used to issue a warning when no labeled artist could be
82
82
found. This warning has been removed.
83
83
84
84
85
85
More accurate legend autopositioning
86
86
------------------------------------
87
87
88
88
Automatic positioning of legends now prefers using the area surrounded
89
- by a `Line2D ` rather than placing the legend over the line itself.
89
+ by a `. Line2D ` rather than placing the legend over the line itself.
90
90
91
91
92
92
Cleanup of stock sample data
@@ -100,8 +100,9 @@ the ``msft.csv`` that continues to be shipped in the sample data. If a NumPy
100
100
binary file is acceptable, we suggest using one of the following two new files.
101
101
The ``aapl.npy.gz `` and ``goog.npy `` files have been replaced by ``aapl.npz ``
102
102
and ``goog.npz ``, wherein the first column's type has changed from
103
- `datetime.date ` to `np.datetime64 ` for better portability across Python
104
- versions. Note that Matplotlib does not fully support `np.datetime64 ` as yet.
103
+ `datetime.date ` to `numpy.datetime64 ` for better portability across Python
104
+ versions. Note that Matplotlib does not fully support `numpy.datetime64 ` as
105
+ yet.
105
106
106
107
107
108
Updated qhull to 2015.2
@@ -120,7 +121,7 @@ using Matplotlib, i.e. any use of `matplotlib.tri.Triangulation` that
120
121
requests that a Delaunay triangulation is calculated, which includes
121
122
`matplotlib.pyplot.tricontour `, `matplotlib.pyplot.tricontourf `,
122
123
`matplotlib.pyplot.tripcolor `, `matplotlib.pyplot.triplot `,
123
- `matplotlib.mlab.griddata ` and
124
+ `` matplotlib.mlab.griddata ` ` and
124
125
`mpl_toolkits.mplot3d.axes3d.Axes3D.plot_trisurf `.
125
126
126
127
@@ -135,7 +136,7 @@ It's better maintained and more widely used (by pylint, jaraco, etc).
135
136
``cbook.is_numlike `` only performs an instance check
136
137
----------------------------------------------------
137
138
138
- :func: ` ~ matplotlib.cbook.is_numlike ` now only checks that its argument
139
+ `` matplotlib.cbook.is_numlike ` ` now only checks that its argument
139
140
is an instance of ``(numbers.Number, np.Number) ``. In particular,
140
141
this means that arrays are now not num-like.
141
142
@@ -195,14 +196,14 @@ will be removed in 2.2
195
196
196
197
197
198
198
- Correct scaling of :func: ` magnitude_spectrum() `
199
- -----------------------------------------------
199
+ Correct scaling of `` magnitude_spectrum() ` `
200
+ -------------------------------------------
200
201
201
202
The functions :func: `matplotlib.mlab.magnitude_spectrum() ` and :func: `matplotlib.pyplot.magnitude_spectrum() ` implicitly assumed the sum
202
203
of windowing function values to be one. In Matplotlib and Numpy the
203
204
standard windowing functions are scaled to have maximum value of one,
204
205
which usually results in a sum of the order of n/2 for a n-point
205
- signal. Thus the amplitude scaling :func: ` magnitude_spectrum() ` was
206
+ signal. Thus the amplitude scaling `` magnitude_spectrum() ` ` was
206
207
off by that amount when using standard windowing functions (`Bug 8417
207
208
<https://github.com/matplotlib/matplotlib/issues/8417> `_ ). Now the
208
209
behavior is consistent with :func: `matplotlib.pyplot.psd() ` and
@@ -295,13 +296,13 @@ Third-party backends should also migrate to the ``*_dashes`` methods.
295
296
``NavigationToolbar2.dynamic_update ``
296
297
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
297
298
298
- Use :meth: `draw_idle ` method on the ``Canvas `` instance instead.
299
+ Use :meth: `. draw_idle ` method on the ``Canvas `` instance instead.
299
300
300
301
301
302
Testing
302
303
~~~~~~~
303
304
304
- `matplotlib.testing.noseclasses ` is deprecated and will be removed in 2.3
305
+ `` matplotlib.testing.noseclasses ` ` is deprecated and will be removed in 2.3
305
306
306
307
307
308
``EngFormatter `` *num * arg as string
@@ -314,9 +315,9 @@ Passing a string as *num* argument when calling an instance of
314
315
``mpl_toolkits.axes_grid `` module
315
316
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
316
317
317
- All functionally from `mpl_toolkits.axes_grid ` can be found in either
318
+ All functionally from `` mpl_toolkits.axes_grid ` ` can be found in either
318
319
`mpl_toolkits.axes_grid1 ` or `mpl_toolkits.axisartist `. Axes classes
319
- from `mpl_toolkits.axes_grid ` based on `Axis ` from
320
+ from `` mpl_toolkits.axes_grid `` based on `` Axis ` ` from
320
321
`mpl_toolkits.axisartist ` can be found in `mpl_toolkits.axisartist `.
321
322
322
323
@@ -402,9 +403,9 @@ The deprecated ``matplotlib.rcsetup.validate_maskedarray``,
402
403
removed.
403
404
404
405
405
- The kwarg `` resolution `` of
406
+ The keyword argument * resolution * of
406
407
:class: `matplotlib.projections.polar.PolarAxes ` has been removed. It
407
- has deprecation with no effect from version ` 0.98.x ` .
408
+ has deprecation with no effect from version * 0.98.x * .
408
409
409
410
410
411
``Axes.set_aspect("normal") ``
@@ -421,8 +422,8 @@ The ``shading`` kwarg to `~matplotlib.axes.Axes.pcolor` has been
421
422
removed. Set ``edgecolors `` appropriately instead.
422
423
423
424
424
- Functions removed from the `lines ` module
425
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
425
+ Functions removed from the `. lines ` module
426
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
426
427
427
428
The :mod: `matplotlib.lines ` module no longer imports the
428
429
``pts_to_prestep ``, ``pts_to_midstep `` and ``pts_to_poststep ``
@@ -433,7 +434,7 @@ PDF backend functions
433
434
~~~~~~~~~~~~~~~~~~~~~
434
435
435
436
The methods ``embedTeXFont `` and ``tex_font_mapping `` of
436
- :class: `matplotlib.backqend_pdf .PdfFile ` have been removed. It is
437
+ :class: `matplotlib.backends.backend_pdf .PdfFile ` have been removed. It is
437
438
unlikely that external users would have called these methods, which
438
439
are related to the font system internal to the PDF backend.
439
440
0 commit comments