@@ -237,7 +237,7 @@ Changes for 0.98.x
237237 labelsep labelspacing
238238 handlelen handlelength
239239 handlestextsep handletextpad
240- axespad borderaxespad
240+ axespad borderaxespad
241241 ================ ================
242242
243243
@@ -405,51 +405,51 @@ Old method New method
405405------------------------------------------------------------ ------------------------------------------------------------
406406:meth: `Bbox.height ` :attr: `transforms.Bbox.height `
407407------------------------------------------------------------ ------------------------------------------------------------
408- `Bbox.intervalx().get_bounds() ` :attr: `transforms.Bbox.intervalx `
408+ `Bbox.intervalx().get_bounds() ` :attr: `transforms.Bbox.intervalx `
409409`Bbox.intervalx().set_bounds() ` [:attr: `Bbox.intervalx ` is now a property.]
410410------------------------------------------------------------ ------------------------------------------------------------
411- `Bbox.intervaly().get_bounds() ` :attr: `transforms.Bbox.intervaly `
411+ `Bbox.intervaly().get_bounds() ` :attr: `transforms.Bbox.intervaly `
412412`Bbox.intervaly().set_bounds() ` [:attr: `Bbox.intervaly ` is now a property.]
413413------------------------------------------------------------ ------------------------------------------------------------
414- :meth: `Bbox.xmin ` :attr: `transforms.Bbox.x0 ` or
414+ :meth: `Bbox.xmin ` :attr: `transforms.Bbox.x0 ` or
415415 :attr: `transforms.Bbox.xmin ` [1 ]_
416416------------------------------------------------------------ ------------------------------------------------------------
417- :meth: `Bbox.ymin ` :attr: `transforms.Bbox.y0 ` or
417+ :meth: `Bbox.ymin ` :attr: `transforms.Bbox.y0 ` or
418418 :attr: `transforms.Bbox.ymin ` [1 ]_
419419------------------------------------------------------------ ------------------------------------------------------------
420- :meth: `Bbox.xmax ` :attr: `transforms.Bbox.x1 ` or
420+ :meth: `Bbox.xmax ` :attr: `transforms.Bbox.x1 ` or
421421 :attr: `transforms.Bbox.xmax ` [1 ]_
422422------------------------------------------------------------ ------------------------------------------------------------
423- :meth: `Bbox.ymax ` :attr: `transforms.Bbox.y1 ` or
423+ :meth: `Bbox.ymax ` :attr: `transforms.Bbox.y1 ` or
424424 :attr: `transforms.Bbox.ymax ` [1 ]_
425425------------------------------------------------------------ ------------------------------------------------------------
426- `Bbox.overlaps(bboxes) ` `Bbox.count_overlaps(bboxes) `
426+ `Bbox.overlaps(bboxes) ` `Bbox.count_overlaps(bboxes) `
427427------------------------------------------------------------ ------------------------------------------------------------
428- `bbox_all(bboxes) ` `Bbox.union(bboxes) `
428+ `bbox_all(bboxes) ` `Bbox.union(bboxes) `
429429 [:meth: `transforms.Bbox.union ` is a staticmethod.]
430430------------------------------------------------------------ ------------------------------------------------------------
431- `lbwh_to_bbox(l, b, w, h) ` `Bbox.from_bounds(x0, y0, w, h) `
431+ `lbwh_to_bbox(l, b, w, h) ` `Bbox.from_bounds(x0, y0, w, h) `
432432 [:meth: `transforms.Bbox.from_bounds ` is a staticmethod.]
433433------------------------------------------------------------ ------------------------------------------------------------
434434`inverse_transform_bbox(trans, bbox) ` `Bbox.inverse_transformed(trans) `
435435------------------------------------------------------------ ------------------------------------------------------------
436- `Interval.contains_open(v) ` `interval_contains_open(tuple, v) `
436+ `Interval.contains_open(v) ` `interval_contains_open(tuple, v) `
437437------------------------------------------------------------ ------------------------------------------------------------
438- `Interval.contains(v) ` `interval_contains(tuple, v) `
438+ `Interval.contains(v) ` `interval_contains(tuple, v) `
439439------------------------------------------------------------ ------------------------------------------------------------
440- `identity_transform() ` :class: `matplotlib.transforms.IdentityTransform `
440+ `identity_transform() ` :class: `matplotlib.transforms.IdentityTransform `
441441------------------------------------------------------------ ------------------------------------------------------------
442442`blend_xy_sep_transform(xtrans, ytrans) ` `blended_transform_factory(xtrans, ytrans) `
443443------------------------------------------------------------ ------------------------------------------------------------
444- `scale_transform(xs, ys) ` `Affine2D().scale(xs[, ys]) `
444+ `scale_transform(xs, ys) ` `Affine2D().scale(xs[, ys]) `
445445------------------------------------------------------------ ------------------------------------------------------------
446- `get_bbox_transform(boxin, boxout) ` `BboxTransform(boxin, boxout) ` or
447- `BboxTransformFrom(boxin) ` or
448- `BboxTransformTo(boxout) `
446+ `get_bbox_transform(boxin, boxout) ` `BboxTransform(boxin, boxout) ` or
447+ `BboxTransformFrom(boxin) ` or
448+ `BboxTransformTo(boxout) `
449449------------------------------------------------------------ ------------------------------------------------------------
450- `Transform.seq_xy_tup(points) ` `Transform.transform(points) `
450+ `Transform.seq_xy_tup(points) ` `Transform.transform(points) `
451451------------------------------------------------------------ ------------------------------------------------------------
452- `Transform.inverse_xy_tup(points) ` `Transform.inverted().transform(points) `
452+ `Transform.inverse_xy_tup(points) ` `Transform.inverted().transform(points) `
453453============================================================ ============================================================
454454
455455.. [1 ] The :class: `~matplotlib.transforms.Bbox ` is bound by the points
@@ -492,7 +492,7 @@ The :class:`Polar` class has moved to :mod:`matplotlib.projections.polar`.
492492============================================================ ============================================================
493493Old method New method
494494============================================================ ============================================================
495- `Artist.set_clip_path(path) ` `Artist.set_clip_path(path, transform) ` [5 ]_
495+ `Artist.set_clip_path(path) ` `Artist.set_clip_path(path, transform) ` [5 ]_
496496============================================================ ============================================================
497497
498498.. [5 ] :meth: `matplotlib.artist.Artist.set_clip_path ` now accepts a
@@ -519,7 +519,7 @@ Old method New method
519519============================================================ ============================================================
520520Old method New method
521521============================================================ ============================================================
522- `ColorConvertor.to_rgba_list(c) ` `ColorConvertor.to_rgba_array(c) `
522+ `ColorConvertor.to_rgba_list(c) ` `ColorConvertor.to_rgba_array(c) `
523523 [:meth: `matplotlib.colors.ColorConvertor.to_rgba_array `
524524 returns an Nx4 Numpy array of RGBA color quadruples.]
525525============================================================ ============================================================
@@ -530,7 +530,7 @@ Old method New method
530530============================================================ ============================================================
531531Old method New method
532532============================================================ ============================================================
533- `Contour._segments ` :meth: `matplotlib.contour.Contour.get_paths` ` [Returns a
533+ `Contour._segments ` :meth: `matplotlib.contour.Contour.get_paths` ` [Returns a
534534 list of :class: `matplotlib.path.Path ` instances.]
535535============================================================ ============================================================
536536
@@ -540,7 +540,7 @@ Old method New method
540540============================================================ ============================================================
541541Old method New method
542542============================================================ ============================================================
543- `Figure.dpi.get() ` / `Figure.dpi.set() ` :attr: `matplotlib.figure.Figure.dpi ` *(a property) *
543+ `Figure.dpi.get() ` / `Figure.dpi.set() ` :attr: `matplotlib.figure.Figure.dpi ` *(a property) *
544544============================================================ ============================================================
545545
546546:mod: `matplotlib.patches `
0 commit comments