@@ -1350,7 +1350,7 @@ past tense, whereas methods that alter an object in place are named
13501350with a verb in the present tense.
13511351
13521352:mod: `matplotlib.transforms `
1353- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1353+ ````````````````````````````
13541354
13551355============================================================ ============================================================
13561356Old method New method
@@ -1415,7 +1415,7 @@ Old method New method
14151415 :attr: `~matplotlib.transforms.Bbox.xmin `.
14161416
14171417:mod: `matplotlib.axes `
1418- ~~~~~~~~~~~~~~~~~~~~~~
1418+ ``````````````````````
14191419
14201420============================================================ ============================================================
14211421Old method New method
@@ -1443,7 +1443,7 @@ The :class:`Polar` class has moved to :mod:`matplotlib.projections.polar`.
14431443 `Axes.toggle_log_lineary() ` has been removed.
14441444
14451445:mod: `matplotlib.artist `
1446- ~~~~~~~~~~~~~~~~~~~~~~~~~~
1446+ ````````````````````````
14471447
14481448============================================================ ============================================================
14491449Old method New method
@@ -1457,7 +1457,7 @@ Old method New method
14571457 the path immediately before clipping.
14581458
14591459:mod: `matplotlib.collections `
1460- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1460+ `````````````````````````````
14611461
14621462============================================================ ============================================================
14631463Old method New method
@@ -1470,7 +1470,7 @@ Old method New method
14701470 provided.
14711471
14721472:mod: `matplotlib.colors `
1473- ~~~~~~~~~~~~~~~~~~~~~~~~
1473+ ````````````````````````
14741474
14751475============================================================ ============================================================
14761476Old method New method
@@ -1481,7 +1481,7 @@ Old method New method
14811481============================================================ ============================================================
14821482
14831483:mod: `matplotlib.contour `
1484- ~~~~~~~~~~~~~~~~~~~~~~~~~
1484+ `````````````````````````
14851485
14861486============================================================ ============================================================
14871487Old method New method
@@ -1491,7 +1491,7 @@ Old method New method
14911491============================================================ ============================================================
14921492
14931493:mod: `matplotlib.figure `
1494- ~~~~~~~~~~~~~~~~~~~~~~~~
1494+ ````````````````````````
14951495
14961496============================================================ ============================================================
14971497Old method New method
@@ -1500,7 +1500,7 @@ Old method New method
15001500============================================================ ============================================================
15011501
15021502:mod: `matplotlib.patches `
1503- ~~~~~~~~~~~~~~~~~~~~~~~~~
1503+ `````````````````````````
15041504
15051505============================================================ ============================================================
15061506Old method New method
@@ -1510,7 +1510,7 @@ Old method New method
15101510============================================================ ============================================================
15111511
15121512:mod: `matplotlib.backend_bases `
1513- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1513+ ```````````````````````````````
15141514
15151515============================================================ ============================================================
15161516Old method New method
@@ -2301,7 +2301,7 @@ MATLAB interface
23012301----------------
23022302
23032303dpi
2304- ~~~
2304+ ```
23052305
23062306Several of the backends used a PIXELS_PER_INCH hack that I added to
23072307try and make images render consistently across backends. This just
@@ -2312,7 +2312,7 @@ screen to get true sizes.
23122312
23132313
23142314pcolor and scatter
2315- ~~~~~~~~~~~~~~~~~~
2315+ ``````````````````
23162316
23172317There are two changes to the MATLAB interface API, both involving the
23182318patch drawing commands. For efficiency, pcolor and scatter have been
@@ -2353,7 +2353,7 @@ Using sizes in data coords caused several problems. So you will need
23532353to adjust your size arguments accordingly or use scatter_classic.
23542354
23552355mathtext spacing
2356- ~~~~~~~~~~~~~~~~
2356+ ````````````````
23572357
23582358For reasons not clear to me (and which I'll eventually fix) spacing no
23592359longer works in font groups. However, I added three new spacing
@@ -2369,13 +2369,13 @@ Object interface - Application programmers
23692369------------------------------------------
23702370
23712371Autoscaling
2372- ~~~~~~~~~~~
2372+ ```````````
23732373
23742374 The x and y axis instances no longer have autoscale view. These are
23752375 handled by axes.autoscale_view
23762376
23772377Axes creation
2378- ~~~~~~~~~~~~~
2378+ `````````````
23792379
23802380 You should not instantiate your own Axes any more using the OO API.
23812381 Rather, create a Figure as before and in place of::
@@ -2395,13 +2395,13 @@ Axes creation
23952395 add_subplot(num, axisbg=defaultcolor, frameon=True)
23962396
23972397Artist methods
2398- ~~~~~~~~~~~~~~
2398+ ``````````````
23992399
24002400 If you define your own Artists, you need to rename the _draw method
24012401 to draw
24022402
24032403Bounding boxes
2404- ~~~~~~~~~~~~~~
2404+ ``````````````
24052405
24062406 matplotlib.transforms.Bound2D is replaced by
24072407 matplotlib.transforms.Bbox. If you want to construct a bbox from
@@ -2425,7 +2425,7 @@ Bounding boxes
24252425
24262426
24272427Object constructors
2428- ~~~~~~~~~~~~~~~~~~~
2428+ ```````````````````
24292429
24302430 You no longer pass the bbox, dpi, or transforms to the various
24312431 Artist constructors. The old way or creating lines and rectangles
@@ -2455,7 +2455,7 @@ Object constructors
24552455 set your own already, in which case it will eave it unchanged)
24562456
24572457Transformations
2458- ~~~~~~~~~~~~~~~
2458+ ```````````````
24592459
24602460 The entire transformation architecture has been rewritten.
24612461 Previously the x and y transformations where stored in the xaxis and
0 commit comments