File tree Expand file tree Collapse file tree 2 files changed +11
-11
lines changed Expand file tree Collapse file tree 2 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -273,13 +273,13 @@ mathtext glues
273
273
The *copy * parameter of ``mathtext.Glue `` is deprecated (the underlying glue
274
274
spec is now immutable). ``mathtext.GlueSpec `` is deprecated.
275
275
276
- Signatures of `.Artist.draw ` and `.Axes.draw `
277
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
278
- The *inframe * parameter to `.Axes.draw ` is deprecated. Use
276
+ Signatures of `.Artist.draw ` and `matplotlib.axes .Axes.draw `
277
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
278
+ The *inframe * parameter to `matplotlib.axes .Axes.draw ` is deprecated. Use
279
279
`.Axes.redraw_in_frame ` instead.
280
280
281
- Not passing the *renderer * parameter to `. Axes.draw ` is deprecated. Use
282
- ``axes.draw_artist(axes) `` instead.
281
+ Not passing the *renderer * parameter to `matplotlib.axes. Axes.draw ` is
282
+ deprecated. Use ``axes.draw_artist(axes) `` instead.
283
283
284
284
These changes make the signature of the ``draw `` (``artist.draw(renderer) ``)
285
285
method consistent across all artists; thus, additional parameters to
Original file line number Diff line number Diff line change @@ -260,7 +260,7 @@ Arguments
260
260
261
261
- The *s * parameter to `.Axes.annotate ` and `.pyplot.annotate ` is no longer
262
262
supported; use the new name *text *.
263
- - The *inframe * parameter to `.Axes.draw ` has been removed; use
263
+ - The *inframe * parameter to `matplotlib.axes .Axes.draw ` has been removed; use
264
264
`.Axes.redraw_in_frame ` instead.
265
265
- The *required *, *forbidden * and *allowed * parameters of
266
266
`.cbook.normalize_kwargs ` have been removed.
@@ -312,13 +312,13 @@ Arguments
312
312
warning for keyword arguments that were overridden by the mappable is now
313
313
removed.
314
314
315
- - Omitting the *renderer * parameter to `. Axes.draw ` is no longer supported; use
316
- ``axes.draw_artist(axes) `` instead.
315
+ - Omitting the *renderer * parameter to `matplotlib.axes. Axes.draw ` is no longer
316
+ supported; use ``axes.draw_artist(axes) `` instead.
317
317
- Passing ``ismath="TeX!" `` to `.RendererAgg.get_text_width_height_descent ` is
318
318
no longer supported; pass ``ismath="TeX" `` instead,
319
- - Changes to the signature of the `. Axes.draw ` method make it consistent with
320
- all other artists; thus additional parameters to ` .Artist.draw ` have also
321
- been removed.
319
+ - Changes to the signature of the `matplotlib.axes. Axes.draw ` method make it
320
+ consistent with all other artists; thus additional parameters to
321
+ ` .Artist.draw ` have also been removed.
322
322
323
323
rcParams
324
324
~~~~~~~~
You can’t perform that action at this time.
0 commit comments