11
22Changes for 0.98.x
33==================
4- * psd(), csd(), and cohere() will now automatically wrap negative
4+ * `` psd() ``, `` csd() `` , and `` cohere() `` will now automatically wrap negative
55 frequency components to the beginning of the returned arrays.
66 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
88 than a design decision.
99
1010* Added new keyword parameters *nonposx *, *nonposy * to
@@ -15,7 +15,7 @@ Changes for 0.98.x
1515
1616* Added new :func: `matplotlib.pyplot.fignum_exists ` and
1717 :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 ` `.
1919
2020* Deprecated numerix package.
2121
@@ -28,7 +28,7 @@ Changes for 0.98.x
2828* Changed the defaults of acorr and xcorr to use usevlines=True,
2929 maxlags=10 and normed=True since these are the best defaults
3030
31- * Following keyword parameters for :class: `matplotlib.label.Label ` are now
31+ * Following keyword parameters for :class: `matplotlib.legend.Legend ` are now
3232 deprecated and new set of parameters are introduced. The new parameters
3333 are given as a fraction of the font-size. Also, *scatteryoffsets *,
3434 *fancybox * and *columnspacing * are added as keyword parameters.
@@ -61,7 +61,7 @@ Changes for 0.98.x
6161
6262* :meth: `matplotlib.axes.Axes.set_xlim `,
6363 :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.
6565
6666* :meth: `matplotlib.afm.AFM.get_fullname ` and
6767 :meth: `matplotlib.afm.AFM.get_familyname ` no longer raise an
@@ -86,13 +86,13 @@ Changes for 0.98.x
8686 :meth: `matplotlib.collections.Collection.set_offsets ` added to
8787 :class: `~matplotlib.collections.Collection ` base class.
8888
89- * :attr: ` matplotlib.figure.Figure.figurePatch ` renamed
89+ * `` matplotlib.figure.Figure.figurePatch ` ` renamed
9090 :attr: `matplotlib.figure.Figure.patch `;
91- :attr: ` matplotlib.axes.Axes.axesPatch ` renamed
91+ `` matplotlib.axes.Axes.axesPatch ` ` renamed
9292 :attr: `matplotlib.axes.Axes.patch `;
93- :attr: ` matplotlib.axes.Axes.axesFrame ` renamed
93+ `` matplotlib.axes.Axes.axesFrame ` ` renamed
9494 :attr: `matplotlib.axes.Axes.frame `.
95- :meth: ` matplotlib.axes.Axes.get_frame `, which returns
95+ `` matplotlib.axes.Axes.get_frame ` `, which returns
9696 :attr: `matplotlib.axes.Axes.patch `, is deprecated.
9797
9898* Changes in the :class: `matplotlib.contour.ContourLabeler ` attributes
@@ -105,6 +105,6 @@ Changes for 0.98.x
105105
106106* Moved several functions in :mod: `matplotlib.mlab ` and
107107 :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
109109 the initial purpose of mlab or cbook and appeared more coherent
110110 elsewhere.
0 commit comments