Commit 258ad31
File tree
Expand file treeCollapse file tree
27 files changed
+59
-64
lines changedFilter options
- examples
- images_contours_and_fields
- misc
- specialty_plots
- lib
- matplotlib
- axes
- backends
- cbook
- tests
- tri
- mpl_toolkits
- axes_grid1
- mplot3d
- tutorials
- introductory
- text
- toolkits
Expand file treeCollapse file tree
27 files changed
+59
-64
lines changedexamples/images_contours_and_fields/tricontour_smooth_delaunay.py
Copy file name to clipboardExpand all lines: examples/images_contours_and_fields/tricontour_smooth_delaunay.py+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
61 | 61 |
|
62 | 62 |
|
63 | 63 |
|
64 |
| - |
| 64 | + |
65 | 65 |
|
66 | 66 |
|
67 | 67 |
|
|
examples/misc/svg_filter_line.py
Copy file name to clipboardExpand all lines: examples/misc/svg_filter_line.py+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
61 | 61 |
|
62 | 62 |
|
63 | 63 |
|
64 |
| - |
| 64 | + |
65 | 65 |
|
66 | 66 |
|
67 | 67 |
|
|
examples/misc/svg_filter_pie.py
Copy file name to clipboardExpand all lines: examples/misc/svg_filter_pie.py+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
58 | 58 |
|
59 | 59 |
|
60 | 60 |
|
61 |
| - |
| 61 | + |
62 | 62 |
|
63 | 63 |
|
64 | 64 |
|
|
examples/specialty_plots/leftventricle_bulleye.py
Copy file name to clipboardExpand all lines: examples/specialty_plots/leftventricle_bulleye.py+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
61 | 61 |
|
62 | 62 |
|
63 | 63 |
|
64 |
| - |
| 64 | + |
65 | 65 |
|
66 | 66 |
|
67 | 67 |
|
|
examples/specialty_plots/radar_chart.py
Copy file name to clipboardExpand all lines: examples/specialty_plots/radar_chart.py+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
121 | 121 |
|
122 | 122 |
|
123 | 123 |
|
124 |
| - |
| 124 | + |
125 | 125 |
|
126 | 126 |
|
127 | 127 |
|
|
lib/matplotlib/axes/_axes.py
Copy file name to clipboardExpand all lines: lib/matplotlib/axes/_axes.py+5-6Lines changed: 5 additions & 6 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1136 | 1136 |
|
1137 | 1137 |
|
1138 | 1138 |
|
1139 |
| - |
| 1139 | + |
1140 | 1140 |
|
1141 | 1141 |
|
1142 | 1142 |
|
| ||
3155 | 3155 |
|
3156 | 3156 |
|
3157 | 3157 |
|
3158 |
| - |
| 3158 | + |
3159 | 3159 |
|
3160 | 3160 |
|
3161 | 3161 |
|
3162 | 3162 |
|
3163 | 3163 |
|
3164 |
| - |
| 3164 | + |
3165 | 3165 |
|
3166 |
| - |
3167 |
| - |
| 3166 | + |
3168 | 3167 |
|
3169 | 3168 |
|
3170 | 3169 |
|
| ||
5728 | 5727 |
|
5729 | 5728 |
|
5730 | 5729 |
|
5731 |
| - |
| 5730 | + |
5732 | 5731 |
|
5733 | 5732 |
|
5734 | 5733 |
|
|
lib/matplotlib/backend_bases.py
Copy file name to clipboardExpand all lines: lib/matplotlib/backend_bases.py+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
2596 | 2596 |
|
2597 | 2597 |
|
2598 | 2598 |
|
2599 |
| - |
| 2599 | + |
2600 | 2600 |
|
2601 | 2601 |
|
2602 | 2602 |
|
|
lib/matplotlib/backend_managers.py
Copy file name to clipboardExpand all lines: lib/matplotlib/backend_managers.py+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
22 | 22 |
|
23 | 23 |
|
24 | 24 |
|
25 |
| - |
| 25 | + |
26 | 26 |
|
27 | 27 |
|
28 | 28 |
|
|
lib/matplotlib/backends/backend_ps.py
Copy file name to clipboardExpand all lines: lib/matplotlib/backends/backend_ps.py+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1564 | 1564 |
|
1565 | 1565 |
|
1566 | 1566 |
|
1567 |
| - |
| 1567 | + |
1568 | 1568 |
|
1569 | 1569 |
|
1570 | 1570 |
|
|
+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
24 | 24 |
|
25 | 25 |
|
26 | 26 |
|
27 |
| - |
| 27 | + |
28 | 28 |
|
29 | 29 |
|
30 | 30 |
|
|
lib/matplotlib/cbook/__init__.py
Copy file name to clipboardExpand all lines: lib/matplotlib/cbook/__init__.py+3-4Lines changed: 3 additions & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1177 | 1177 |
|
1178 | 1178 |
|
1179 | 1179 |
|
1180 |
| - |
1181 |
| - |
1182 |
| - |
1183 |
| - |
| 1180 | + |
| 1181 | + |
| 1182 | + |
1184 | 1183 |
|
1185 | 1184 |
|
1186 | 1185 |
|
|
lib/matplotlib/cbook/deprecation.py
Copy file name to clipboardExpand all lines: lib/matplotlib/cbook/deprecation.py+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
55 | 55 |
|
56 | 56 |
|
57 | 57 |
|
58 |
| - |
| 58 | + |
59 | 59 |
|
60 | 60 |
|
61 | 61 |
|
|
+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
117 | 117 |
|
118 | 118 |
|
119 | 119 |
|
120 |
| - |
| 120 | + |
121 | 121 |
|
122 | 122 |
|
123 | 123 |
|
|
lib/matplotlib/offsetbox.py
Copy file name to clipboardExpand all lines: lib/matplotlib/offsetbox.py+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
842 | 842 |
|
843 | 843 |
|
844 | 844 |
|
845 |
| - |
| 845 | + |
846 | 846 |
|
847 | 847 |
|
848 | 848 |
|
|
+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
2562 | 2562 |
|
2563 | 2563 |
|
2564 | 2564 |
|
2565 |
| - |
| 2565 | + |
2566 | 2566 |
|
2567 | 2567 |
|
2568 | 2568 |
|
|
lib/matplotlib/tests/test_triangulation.py
Copy file name to clipboardExpand all lines: lib/matplotlib/tests/test_triangulation.py+4-4Lines changed: 4 additions & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
562 | 562 |
|
563 | 563 |
|
564 | 564 |
|
565 |
| - |
| 565 | + |
566 | 566 |
|
567 | 567 |
|
568 | 568 |
|
569 | 569 |
|
570 | 570 |
|
571 | 571 |
|
572 |
| - |
| 572 | + |
573 | 573 |
|
574 | 574 |
|
575 | 575 |
|
| ||
594 | 594 |
|
595 | 595 |
|
596 | 596 |
|
597 |
| - |
| 597 | + |
598 | 598 |
|
599 | 599 |
|
600 | 600 |
|
| ||
604 | 604 |
|
605 | 605 |
|
606 | 606 |
|
607 |
| - |
| 607 | + |
608 | 608 |
|
609 | 609 |
|
610 | 610 |
|
|
lib/matplotlib/tri/triinterpolate.py
Copy file name to clipboardExpand all lines: lib/matplotlib/tri/triinterpolate.py+11-12Lines changed: 11 additions & 12 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
76 | 76 |
|
77 | 77 |
|
78 | 78 |
|
79 |
| - |
80 |
| - |
81 |
| - |
| 79 | + |
| 80 | + |
82 | 81 |
|
83 | 82 |
|
84 | 83 |
|
| ||
95 | 94 |
|
96 | 95 |
|
97 | 96 |
|
98 |
| - |
| 97 | + |
99 | 98 |
|
100 | 99 |
|
101 | 100 |
|
| ||
466 | 465 |
|
467 | 466 |
|
468 | 467 |
|
469 |
| - |
| 468 | + |
470 | 469 |
|
471 | 470 |
|
472 | 471 |
|
| ||
486 | 485 |
|
487 | 486 |
|
488 | 487 |
|
489 |
| - |
| 488 | + |
490 | 489 |
|
491 | 490 |
|
492 | 491 |
|
| ||
919 | 918 |
|
920 | 919 |
|
921 | 920 |
|
922 |
| - |
| 921 | + |
923 | 922 |
|
924 | 923 |
|
925 | 924 |
|
| ||
1138 | 1137 |
|
1139 | 1138 |
|
1140 | 1139 |
|
1141 |
| - |
| 1140 | + |
1142 | 1141 |
|
1143 | 1142 |
|
1144 | 1143 |
|
| ||
1201 | 1200 |
|
1202 | 1201 |
|
1203 | 1202 |
|
1204 |
| - |
| 1203 | + |
1205 | 1204 |
|
1206 |
| - |
| 1205 | + |
1207 | 1206 |
|
1208 | 1207 |
|
1209 | 1208 |
|
| ||
1435 | 1434 |
|
1436 | 1435 |
|
1437 | 1436 |
|
1438 |
| - |
| 1437 | + |
1439 | 1438 |
|
1440 | 1439 |
|
1441 | 1440 |
|
| ||
1455 | 1454 |
|
1456 | 1455 |
|
1457 | 1456 |
|
1458 |
| - |
| 1457 | + |
1459 | 1458 |
|
1460 | 1459 |
|
1461 | 1460 |
|
|
lib/matplotlib/tri/trirefine.py
Copy file name to clipboardExpand all lines: lib/matplotlib/tri/trirefine.py+3-3Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
232 | 232 |
|
233 | 233 |
|
234 | 234 |
|
235 |
| - |
| 235 | + |
236 | 236 |
|
237 | 237 |
|
238 | 238 |
|
| ||
257 | 257 |
|
258 | 258 |
|
259 | 259 |
|
260 |
| - |
| 260 | + |
261 | 261 |
|
262 | 262 |
|
263 | 263 |
|
| ||
267 | 267 |
|
268 | 268 |
|
269 | 269 |
|
270 |
| - |
| 270 | + |
271 | 271 |
|
272 | 272 |
|
273 | 273 |
|
|
lib/matplotlib/tri/tritools.py
Copy file name to clipboardExpand all lines: lib/matplotlib/tri/tritools.py+4-5Lines changed: 4 additions & 5 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
127 | 127 |
|
128 | 128 |
|
129 | 129 |
|
130 |
| - |
| 130 | + |
131 | 131 |
|
132 | 132 |
|
133 | 133 |
|
134 |
| - |
135 |
| - |
136 |
| - |
137 |
| - |
| 134 | + |
| 135 | + |
| 136 | + |
138 | 137 |
|
139 | 138 |
|
140 | 139 |
|
|
lib/mpl_toolkits/axes_grid1/axes_size.py
Copy file name to clipboardExpand all lines: lib/mpl_toolkits/axes_grid1/axes_size.py+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
53 | 53 |
|
54 | 54 |
|
55 | 55 |
|
56 |
| - |
| 56 | + |
57 | 57 |
|
58 | 58 |
|
59 | 59 |
|
|
lib/mpl_toolkits/mplot3d/art3d.py
Copy file name to clipboardExpand all lines: lib/mpl_toolkits/mplot3d/art3d.py+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
486 | 486 |
|
487 | 487 |
|
488 | 488 |
|
489 |
| - |
| 489 | + |
490 | 490 |
|
491 | 491 |
|
492 | 492 |
|
|
lib/mpl_toolkits/mplot3d/axes3d.py
Copy file name to clipboardExpand all lines: lib/mpl_toolkits/mplot3d/axes3d.py+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1364 | 1364 |
|
1365 | 1365 |
|
1366 | 1366 |
|
1367 |
| - |
| 1367 | + |
1368 | 1368 |
|
1369 | 1369 |
|
1370 | 1370 |
|
|
tutorials/introductory/pyplot.py
Copy file name to clipboardExpand all lines: tutorials/introductory/pyplot.py+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
12 | 12 |
|
13 | 13 |
|
14 | 14 |
|
15 |
| - |
| 15 | + |
16 | 16 |
|
17 | 17 |
|
18 | 18 |
|
|
tutorials/introductory/sample_plots.py
Copy file name to clipboardExpand all lines: tutorials/introductory/sample_plots.py+5-6Lines changed: 5 additions & 6 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
11 | 11 |
|
12 | 12 |
|
13 | 13 |
|
14 |
| - |
| 14 | + |
15 | 15 |
|
16 | 16 |
|
17 | 17 |
|
| ||
147 | 147 |
|
148 | 148 |
|
149 | 149 |
|
150 |
| - |
151 |
| - |
152 |
| - |
153 |
| - |
154 |
| - |
| 150 | + |
| 151 | + |
| 152 | + |
| 153 | + |
155 | 154 |
|
156 | 155 |
|
157 | 156 |
|
|
0 commit comments