Commit fdb3bac
File tree
Expand file treeCollapse file tree
29 files changed
+448
-304
lines changedFilter options
- doc/users/whats_new
- examples/pie_and_polar_charts
- lib/matplotlib
- axes
- backends
- tests
- baseline_images/test_mathtext
Expand file treeCollapse file tree
29 files changed
+448
-304
lines changed+1-8Lines changed: 1 addition & 8 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
77 | 77 |
|
78 | 78 |
|
79 | 79 |
|
80 |
| - |
| 80 | + |
81 | 81 |
|
82 | 82 |
|
83 | 83 |
|
84 | 84 |
|
85 | 85 |
|
86 | 86 |
|
87 |
| - |
88 |
| - |
89 |
| - |
90 |
| - |
91 |
| - |
92 |
| - |
93 |
| - |
94 | 87 |
|
95 | 88 |
|
96 | 89 |
|
|
doc/users/whats_new/2015-11-05_hidpi.rst
Copy file name to clipboard+5Lines changed: 5 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
doc/users/whats_new/boxplot_zorder_kwarg.rst
Copy file name to clipboard+11Lines changed: 11 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
examples/pie_and_polar_charts/polar_scatter_demo.py
Copy file name to clipboard+4-4Lines changed: 4 additions & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 | 1 |
|
2 | 2 |
|
3 | 3 |
|
4 |
| - |
5 |
| - |
| 4 | + |
| 5 | + |
6 | 6 |
|
7 | 7 |
|
8 | 8 |
|
| ||
11 | 11 |
|
12 | 12 |
|
13 | 13 |
|
14 |
| - |
| 14 | + |
15 | 15 |
|
16 | 16 |
|
17 | 17 |
|
18 |
| - |
| 18 | + |
19 | 19 |
|
20 | 20 |
|
21 | 21 |
|
+19-13Lines changed: 19 additions & 13 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1528 | 1528 |
|
1529 | 1529 |
|
1530 | 1530 |
|
1531 |
| - |
| 1531 | + |
| 1532 | + |
| 1533 | + |
| 1534 | + |
| 1535 | + |
| 1536 | + |
| 1537 | + |
| 1538 | + |
1532 | 1539 |
|
1533 | 1540 |
|
1534 | 1541 |
|
| ||
1563 | 1570 |
|
1564 | 1571 |
|
1565 | 1572 |
|
| 1573 | + |
| 1574 | + |
| 1575 | + |
| 1576 | + |
| 1577 | + |
| 1578 | + |
| 1579 | + |
1566 | 1580 |
|
1567 | 1581 |
|
1568 |
| - |
1569 |
| - |
1570 |
| - |
1571 |
| - |
1572 |
| - |
1573 |
| - |
1574 |
| - |
| 1582 | + |
1575 | 1583 |
|
1576 | 1584 |
|
1577 | 1585 |
|
1578 | 1586 |
|
1579 | 1587 |
|
1580 | 1588 |
|
1581 |
| - |
1582 | 1589 |
|
1583 | 1590 |
|
1584 | 1591 |
|
1585 | 1592 |
|
1586 |
| - |
1587 |
| - |
| 1593 | + |
1588 | 1594 |
|
1589 | 1595 |
|
1590 |
| - |
| 1596 | + |
1591 | 1597 |
|
1592 | 1598 |
|
1593 | 1599 |
|
1594 | 1600 |
|
1595 | 1601 |
|
1596 |
| - |
| 1602 | + |
1597 | 1603 |
|
1598 | 1604 |
|
1599 | 1605 |
|
|
lib/matplotlib/axes/_axes.py
Copy file name to clipboardExpand all lines: lib/matplotlib/axes/_axes.py+39-25Lines changed: 39 additions & 25 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1565 | 1565 |
|
1566 | 1566 |
|
1567 | 1567 |
|
1568 |
| - |
1569 |
| - |
1570 |
| - |
1571 |
| - |
1572 |
| - |
1573 |
| - |
1574 |
| - |
1575 |
| - |
1576 |
| - |
1577 |
| - |
1578 |
| - |
1579 |
| - |
| 1568 | + |
| 1569 | + |
| 1570 | + |
| 1571 | + |
| 1572 | + |
1580 | 1573 |
|
1581 |
| - |
| 1574 | + |
1582 | 1575 |
|
1583 | 1576 |
|
1584 | 1577 |
|
1585 | 1578 |
|
1586 | 1579 |
|
1587 |
| - |
| 1580 | + |
1588 | 1581 |
|
1589 |
| - |
| 1582 | + |
1590 | 1583 |
|
1591 |
| - |
| 1584 | + |
| 1585 | + |
| 1586 | + |
| 1587 | + |
| 1588 | + |
| 1589 | + |
| 1590 | + |
1592 | 1591 |
|
1593 | 1592 |
|
1594 | 1593 |
|
1595 | 1594 |
|
1596 |
| - |
| 1595 | + |
| 1596 | + |
| 1597 | + |
| 1598 | + |
| 1599 | + |
| 1600 | + |
| 1601 | + |
| 1602 | + |
| 1603 | + |
1597 | 1604 |
|
1598 |
| - |
1599 |
| - |
1600 | 1605 |
|
1601 | 1606 |
|
1602 | 1607 |
|
| ||
3110 | 3115 |
|
3111 | 3116 |
|
3112 | 3117 |
|
3113 |
| - |
| 3118 | + |
3114 | 3119 |
|
3115 | 3120 |
|
3116 | 3121 |
|
| ||
3123 | 3128 |
|
3124 | 3129 |
|
3125 | 3130 |
|
3126 |
| - |
| 3131 | + |
3127 | 3132 |
|
3128 | 3133 |
|
3129 | 3134 |
|
| ||
3235 | 3240 |
|
3236 | 3241 |
|
3237 | 3242 |
|
| 3243 | + |
| 3244 | + |
| 3245 | + |
3238 | 3246 |
|
3239 | 3247 |
|
3240 | 3248 |
|
| ||
3409 | 3417 |
|
3410 | 3418 |
|
3411 | 3419 |
|
3412 |
| - |
| 3420 | + |
3413 | 3421 |
|
3414 | 3422 |
|
3415 | 3423 |
|
3416 | 3424 |
|
3417 | 3425 |
|
3418 | 3426 |
|
3419 | 3427 |
|
3420 |
| - |
| 3428 | + |
3421 | 3429 |
|
3422 | 3430 |
|
3423 | 3431 |
|
| ||
3428 | 3436 |
|
3429 | 3437 |
|
3430 | 3438 |
|
3431 |
| - |
| 3439 | + |
3432 | 3440 |
|
3433 | 3441 |
|
3434 | 3442 |
|
| ||
3532 | 3540 |
|
3533 | 3541 |
|
3534 | 3542 |
|
| 3543 | + |
| 3544 | + |
| 3545 | + |
3535 | 3546 |
|
3536 | 3547 |
|
3537 | 3548 |
|
| ||
3574 | 3585 |
|
3575 | 3586 |
|
3576 | 3587 |
|
3577 |
| - |
| 3588 | + |
| 3589 | + |
| 3590 | + |
| 3591 | + |
3578 | 3592 |
|
3579 | 3593 |
|
3580 | 3594 |
|
|
lib/matplotlib/backends/backend_agg.py
Copy file name to clipboardExpand all lines: lib/matplotlib/backends/backend_agg.py+9-2Lines changed: 9 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
38 | 38 |
|
39 | 39 |
|
40 | 40 |
|
| 41 | + |
41 | 42 |
|
42 | 43 |
|
43 | 44 |
|
| ||
571 | 572 |
|
572 | 573 |
|
573 | 574 |
|
574 |
| - |
575 | 575 |
|
576 | 576 |
|
577 | 577 |
|
| ||
593 | 593 |
|
594 | 594 |
|
595 | 595 |
|
| 596 | + |
| 597 | + |
596 | 598 |
|
| 599 | + |
| 600 | + |
| 601 | + |
| 602 | + |
| 603 | + |
597 | 604 |
|
598 | 605 |
|
599 | 606 |
|
600 | 607 |
|
601 | 608 |
|
602 | 609 |
|
603 |
| - |
| 610 | + |
604 | 611 |
|
605 | 612 |
|
606 | 613 |
|
|
lib/matplotlib/font_manager.py
Copy file name to clipboardExpand all lines: lib/matplotlib/font_manager.py+3Lines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
594 | 594 |
|
595 | 595 |
|
596 | 596 |
|
| 597 | + |
| 598 | + |
| 599 | + |
597 | 600 |
|
598 | 601 |
|
599 | 602 |
|
|
+2-1Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
2656 | 2656 |
|
2657 | 2657 |
|
2658 | 2658 |
|
| 2659 | + |
2659 | 2660 |
|
2660 | 2661 |
|
2661 | 2662 |
|
2662 | 2663 |
|
2663 |
| - |
| 2664 | + |
2664 | 2665 |
|
2665 | 2666 |
|
2666 | 2667 |
|
|
lib/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_80.pdf
Copy file name to clipboard253 Bytes
Binary file not shown.
lib/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_80.png
Copy file name to clipboard70 Bytes
Loading
0 commit comments