@@ -1350,7 +1350,7 @@ past tense, whereas methods that alter an object in place are named
1350
1350
with a verb in the present tense.
1351
1351
1352
1352
:mod: `matplotlib.transforms `
1353
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1353
+ ````````````````````````````
1354
1354
1355
1355
============================================================ ============================================================
1356
1356
Old method New method
@@ -1415,7 +1415,7 @@ Old method New method
1415
1415
:attr: `~matplotlib.transforms.Bbox.xmin `.
1416
1416
1417
1417
:mod: `matplotlib.axes `
1418
- ~~~~~~~~~~~~~~~~~~~~~~
1418
+ ``````````````````````
1419
1419
1420
1420
============================================================ ============================================================
1421
1421
Old method New method
@@ -1443,7 +1443,7 @@ The :class:`Polar` class has moved to :mod:`matplotlib.projections.polar`.
1443
1443
`Axes.toggle_log_lineary() ` has been removed.
1444
1444
1445
1445
:mod: `matplotlib.artist `
1446
- ~~~~~~~~~~~~~~~~~~~~~~~~~~
1446
+ ````````````````````````
1447
1447
1448
1448
============================================================ ============================================================
1449
1449
Old method New method
@@ -1457,7 +1457,7 @@ Old method New method
1457
1457
the path immediately before clipping.
1458
1458
1459
1459
:mod: `matplotlib.collections `
1460
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1460
+ `````````````````````````````
1461
1461
1462
1462
============================================================ ============================================================
1463
1463
Old method New method
@@ -1470,7 +1470,7 @@ Old method New method
1470
1470
provided.
1471
1471
1472
1472
:mod: `matplotlib.colors `
1473
- ~~~~~~~~~~~~~~~~~~~~~~~~
1473
+ ````````````````````````
1474
1474
1475
1475
============================================================ ============================================================
1476
1476
Old method New method
@@ -1481,7 +1481,7 @@ Old method New method
1481
1481
============================================================ ============================================================
1482
1482
1483
1483
:mod: `matplotlib.contour `
1484
- ~~~~~~~~~~~~~~~~~~~~~~~~~
1484
+ `````````````````````````
1485
1485
1486
1486
============================================================ ============================================================
1487
1487
Old method New method
@@ -1491,7 +1491,7 @@ Old method New method
1491
1491
============================================================ ============================================================
1492
1492
1493
1493
:mod: `matplotlib.figure `
1494
- ~~~~~~~~~~~~~~~~~~~~~~~~
1494
+ ````````````````````````
1495
1495
1496
1496
============================================================ ============================================================
1497
1497
Old method New method
@@ -1500,7 +1500,7 @@ Old method New method
1500
1500
============================================================ ============================================================
1501
1501
1502
1502
:mod: `matplotlib.patches `
1503
- ~~~~~~~~~~~~~~~~~~~~~~~~~
1503
+ `````````````````````````
1504
1504
1505
1505
============================================================ ============================================================
1506
1506
Old method New method
@@ -1510,7 +1510,7 @@ Old method New method
1510
1510
============================================================ ============================================================
1511
1511
1512
1512
:mod: `matplotlib.backend_bases `
1513
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1513
+ ```````````````````````````````
1514
1514
1515
1515
============================================================ ============================================================
1516
1516
Old method New method
@@ -2301,7 +2301,7 @@ MATLAB interface
2301
2301
----------------
2302
2302
2303
2303
dpi
2304
- ~~~
2304
+ ```
2305
2305
2306
2306
Several of the backends used a PIXELS_PER_INCH hack that I added to
2307
2307
try and make images render consistently across backends. This just
@@ -2312,7 +2312,7 @@ screen to get true sizes.
2312
2312
2313
2313
2314
2314
pcolor and scatter
2315
- ~~~~~~~~~~~~~~~~~~
2315
+ ``````````````````
2316
2316
2317
2317
There are two changes to the MATLAB interface API, both involving the
2318
2318
patch 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
2353
2353
to adjust your size arguments accordingly or use scatter_classic.
2354
2354
2355
2355
mathtext spacing
2356
- ~~~~~~~~~~~~~~~~
2356
+ ````````````````
2357
2357
2358
2358
For reasons not clear to me (and which I'll eventually fix) spacing no
2359
2359
longer works in font groups. However, I added three new spacing
@@ -2369,13 +2369,13 @@ Object interface - Application programmers
2369
2369
------------------------------------------
2370
2370
2371
2371
Autoscaling
2372
- ~~~~~~~~~~~
2372
+ ```````````
2373
2373
2374
2374
The x and y axis instances no longer have autoscale view. These are
2375
2375
handled by axes.autoscale_view
2376
2376
2377
2377
Axes creation
2378
- ~~~~~~~~~~~~~
2378
+ `````````````
2379
2379
2380
2380
You should not instantiate your own Axes any more using the OO API.
2381
2381
Rather, create a Figure as before and in place of::
@@ -2395,13 +2395,13 @@ Axes creation
2395
2395
add_subplot(num, axisbg=defaultcolor, frameon=True)
2396
2396
2397
2397
Artist methods
2398
- ~~~~~~~~~~~~~~
2398
+ ``````````````
2399
2399
2400
2400
If you define your own Artists, you need to rename the _draw method
2401
2401
to draw
2402
2402
2403
2403
Bounding boxes
2404
- ~~~~~~~~~~~~~~
2404
+ ``````````````
2405
2405
2406
2406
matplotlib.transforms.Bound2D is replaced by
2407
2407
matplotlib.transforms.Bbox. If you want to construct a bbox from
@@ -2425,7 +2425,7 @@ Bounding boxes
2425
2425
2426
2426
2427
2427
Object constructors
2428
- ~~~~~~~~~~~~~~~~~~~
2428
+ ```````````````````
2429
2429
2430
2430
You no longer pass the bbox, dpi, or transforms to the various
2431
2431
Artist constructors. The old way or creating lines and rectangles
@@ -2455,7 +2455,7 @@ Object constructors
2455
2455
set your own already, in which case it will eave it unchanged)
2456
2456
2457
2457
Transformations
2458
- ~~~~~~~~~~~~~~~
2458
+ ```````````````
2459
2459
2460
2460
The entire transformation architecture has been rewritten.
2461
2461
Previously the x and y transformations where stored in the xaxis and
0 commit comments