1
1
2
2
Changes for 0.98.x
3
3
==================
4
- * psd(), csd(), and cohere() will now automatically wrap negative
4
+ * `` psd() ``, `` csd() `` , and `` cohere() `` will now automatically wrap negative
5
5
frequency components to the beginning of the returned arrays.
6
6
This is much more sensible behavior and makes them consistent
7
- with specgram(). The previous behavior was more of an oversight
7
+ with `` specgram() `` . The previous behavior was more of an oversight
8
8
than a design decision.
9
9
10
10
* Added new keyword parameters *nonposx *, *nonposy * to
@@ -15,7 +15,7 @@ Changes for 0.98.x
15
15
16
16
* Added new :func: `matplotlib.pyplot.fignum_exists ` and
17
17
:func: `matplotlib.pyplot.get_fignums `; they merely expose
18
- information that had been hidden in :mod: ` matplotlib._pylab_helpers `.
18
+ information that had been hidden in `` matplotlib._pylab_helpers ` `.
19
19
20
20
* Deprecated numerix package.
21
21
@@ -28,7 +28,7 @@ Changes for 0.98.x
28
28
* Changed the defaults of acorr and xcorr to use usevlines=True,
29
29
maxlags=10 and normed=True since these are the best defaults
30
30
31
- * Following keyword parameters for :class: `matplotlib.label.Label ` are now
31
+ * Following keyword parameters for :class: `matplotlib.legend.Legend ` are now
32
32
deprecated and new set of parameters are introduced. The new parameters
33
33
are given as a fraction of the font-size. Also, *scatteryoffsets *,
34
34
*fancybox * and *columnspacing * are added as keyword parameters.
@@ -61,7 +61,7 @@ Changes for 0.98.x
61
61
62
62
* :meth: `matplotlib.axes.Axes.set_xlim `,
63
63
:meth: `matplotlib.axes.Axes.set_ylim ` now return a copy of the
64
- :attr: ` viewlim ` array to avoid modify-in-place surprises.
64
+ `` viewlim ` ` array to avoid modify-in-place surprises.
65
65
66
66
* :meth: `matplotlib.afm.AFM.get_fullname ` and
67
67
:meth: `matplotlib.afm.AFM.get_familyname ` no longer raise an
@@ -86,13 +86,13 @@ Changes for 0.98.x
86
86
:meth: `matplotlib.collections.Collection.set_offsets ` added to
87
87
:class: `~matplotlib.collections.Collection ` base class.
88
88
89
- * :attr: ` matplotlib.figure.Figure.figurePatch ` renamed
89
+ * `` matplotlib.figure.Figure.figurePatch ` ` renamed
90
90
:attr: `matplotlib.figure.Figure.patch `;
91
- :attr: ` matplotlib.axes.Axes.axesPatch ` renamed
91
+ `` matplotlib.axes.Axes.axesPatch ` ` renamed
92
92
:attr: `matplotlib.axes.Axes.patch `;
93
- :attr: ` matplotlib.axes.Axes.axesFrame ` renamed
93
+ `` matplotlib.axes.Axes.axesFrame ` ` renamed
94
94
:attr: `matplotlib.axes.Axes.frame `.
95
- :meth: ` matplotlib.axes.Axes.get_frame `, which returns
95
+ `` matplotlib.axes.Axes.get_frame ` `, which returns
96
96
:attr: `matplotlib.axes.Axes.patch `, is deprecated.
97
97
98
98
* Changes in the :class: `matplotlib.contour.ContourLabeler ` attributes
@@ -105,6 +105,6 @@ Changes for 0.98.x
105
105
106
106
* Moved several functions in :mod: `matplotlib.mlab ` and
107
107
:mod: `matplotlib.cbook ` into a separate module
108
- :mod: ` matplotlib.numerical_methods ` because they were unrelated to
108
+ `` matplotlib.numerical_methods ` ` because they were unrelated to
109
109
the initial purpose of mlab or cbook and appeared more coherent
110
110
elsewhere.
0 commit comments