Commit 075ff09
File tree
Expand file treeCollapse file tree
21 files changed
+77
-105
lines changedFilter options
- doc/devel
- MEP
- examples
- event_handling
- misc
- text_labels_and_annotations
- user_interfaces
- userdemo
- lib
- matplotlib
- axes
- backends
- mpl-data
- stylelib
- projections
- mpl_toolkits/axisartist
Expand file treeCollapse file tree
21 files changed
+77
-105
lines changed+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
34 | 34 |
|
35 | 35 |
|
36 | 36 |
|
37 |
| - |
| 37 | + |
38 | 38 |
|
39 | 39 |
|
40 | 40 |
|
| ||
51 | 51 |
|
52 | 52 |
|
53 | 53 |
|
54 |
| - |
| 54 | + |
55 | 55 |
|
56 | 56 |
|
57 | 57 |
|
|
doc/devel/documenting_mpl.rst
Copy file name to clipboardExpand all lines: doc/devel/documenting_mpl.rst+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
675 | 675 |
|
676 | 676 |
|
677 | 677 |
|
678 |
| - |
| 678 | + |
679 | 679 |
|
680 | 680 |
|
681 | 681 |
|
|
examples/event_handling/pick_event_demo.py
Copy file name to clipboardExpand all lines: examples/event_handling/pick_event_demo.py+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
4 | 4 |
|
5 | 5 |
|
6 | 6 |
|
7 |
| - |
8 |
| - |
| 7 | + |
| 8 | + |
9 | 9 |
|
10 | 10 |
|
11 | 11 |
|
|
examples/misc/custom_projection.py
Copy file name to clipboardExpand all lines: examples/misc/custom_projection.py+2-8Lines changed: 2 additions & 8 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
270 | 270 |
|
271 | 271 |
|
272 | 272 |
|
273 |
| - |
274 |
| - |
275 |
| - |
276 |
| - |
277 |
| - |
278 |
| - |
279 |
| - |
280 |
| - |
| 273 | + |
| 274 | + |
281 | 275 |
|
282 | 276 |
|
283 | 277 |
|
|
examples/text_labels_and_annotations/usetex_fonteffects.py
Copy file name to clipboardExpand all lines: examples/text_labels_and_annotations/usetex_fonteffects.py+7-6Lines changed: 7 additions & 6 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
15 | 15 |
|
16 | 16 |
|
17 | 17 |
|
18 |
| - |
19 |
| - |
20 |
| - |
21 |
| - |
22 |
| - |
23 |
| - |
| 18 | + |
| 19 | + |
| 20 | + |
| 21 | + |
| 22 | + |
| 23 | + |
| 24 | + |
24 | 25 |
|
25 | 26 |
|
26 | 27 |
|
|
examples/user_interfaces/toolmanager_sgskip.py
Copy file name to clipboardExpand all lines: examples/user_interfaces/toolmanager_sgskip.py+10-10Lines changed: 10 additions & 10 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
3 | 3 |
|
4 | 4 |
|
5 | 5 |
|
6 |
| - |
| 6 | + |
7 | 7 |
|
8 |
| - |
9 |
| - |
10 |
| - |
11 |
| - |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
12 | 12 |
|
13 |
| - |
| 13 | + |
14 | 14 |
|
15 | 15 |
|
16 | 16 |
|
17 |
| - |
18 | 17 |
|
19 | 18 |
|
20 | 19 |
|
| 20 | + |
| 21 | + |
| 22 | + |
21 | 23 |
|
22 | 24 |
|
23 |
| - |
24 |
| - |
| 25 | + |
25 | 26 |
|
26 | 27 |
|
27 | 28 |
|
| ||
77 | 78 |
|
78 | 79 |
|
79 | 80 |
|
80 |
| - |
81 | 81 |
|
82 | 82 |
|
83 | 83 |
|
|
examples/userdemo/anchored_box04.py
Copy file name to clipboardExpand all lines: examples/userdemo/anchored_box04.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 |
|
|
lib/matplotlib/axes/_base.py
Copy file name to clipboardExpand all lines: lib/matplotlib/axes/_base.py+13-21Lines changed: 13 additions & 21 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
2878 | 2878 |
|
2879 | 2879 |
|
2880 | 2880 |
|
2881 |
| - |
2882 |
| - |
2883 |
| - |
2884 |
| - |
2885 |
| - |
2886 |
| - |
2887 |
| - |
2888 |
| - |
2889 |
| - |
2890 |
| - |
| 2881 | + |
| 2882 | + |
| 2883 | + |
| 2884 | + |
| 2885 | + |
2891 | 2886 |
|
2892 | 2887 |
|
2893 | 2888 |
|
2894 | 2889 |
|
2895 | 2890 |
|
2896 | 2891 |
|
2897 |
| - |
2898 |
| - |
| 2892 | + |
2899 | 2893 |
|
2900 | 2894 |
|
| 2895 | + |
| 2896 | + |
| 2897 | + |
2901 | 2898 |
|
2902 | 2899 |
|
2903 | 2900 |
|
| ||
4027 | 4024 |
|
4028 | 4025 |
|
4029 | 4026 |
|
4030 |
| - |
4031 |
| - |
4032 |
| - |
4033 |
| - |
4034 |
| - |
4035 |
| - |
4036 |
| - |
4037 |
| - |
4038 |
| - |
| 4027 | + |
| 4028 | + |
| 4029 | + |
| 4030 | + |
4039 | 4031 |
|
4040 | 4032 |
|
4041 | 4033 |
|
|
lib/matplotlib/backends/backend_svg.py
Copy file name to clipboardExpand all lines: lib/matplotlib/backends/backend_svg.py+1-4Lines changed: 1 addition & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
459 | 459 |
|
460 | 460 |
|
461 | 461 |
|
462 |
| - |
463 |
| - |
464 |
| - |
465 |
| - |
| 462 | + |
466 | 463 |
|
467 | 464 |
|
468 | 465 |
|
|
lib/matplotlib/backends/backend_template.py
Copy file name to clipboardExpand all lines: lib/matplotlib/backends/backend_template.py+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
108 | 108 |
|
109 | 109 |
|
110 | 110 |
|
111 |
| - |
| 111 | + |
112 | 112 |
|
113 | 113 |
|
114 | 114 |
|
| ||
131 | 131 |
|
132 | 132 |
|
133 | 133 |
|
134 |
| - |
| 134 | + |
135 | 135 |
|
136 | 136 |
|
137 | 137 |
|
|
lib/matplotlib/backends/backend_wx.py
Copy file name to clipboardExpand all lines: lib/matplotlib/backends/backend_wx.py+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
299 | 299 |
|
300 | 300 |
|
301 | 301 |
|
302 |
| - |
| 302 | + |
303 | 303 |
|
304 | 304 |
|
305 | 305 |
|
|
lib/matplotlib/collections.py
Copy file name to clipboardExpand all lines: lib/matplotlib/collections.py+3-3Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1129 | 1129 |
|
1130 | 1130 |
|
1131 | 1131 |
|
1132 |
| - |
1133 |
| - |
1134 |
| - |
| 1132 | + |
| 1133 | + |
| 1134 | + |
1135 | 1135 |
|
1136 | 1136 |
|
1137 | 1137 |
|
|
lib/matplotlib/font_manager.py
Copy file name to clipboardExpand all lines: lib/matplotlib/font_manager.py+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1051 | 1051 |
|
1052 | 1052 |
|
1053 | 1053 |
|
1054 |
| - |
| 1054 | + |
1055 | 1055 |
|
1056 | 1056 |
|
1057 | 1057 |
|
|
+2-4Lines changed: 2 additions & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
558 | 558 |
|
559 | 559 |
|
560 | 560 |
|
561 |
| - |
562 |
| - |
| 561 | + |
563 | 562 |
|
564 | 563 |
|
565 | 564 |
|
| ||
943 | 942 |
|
944 | 943 |
|
945 | 944 |
|
946 |
| - |
947 |
| - |
| 945 | + |
948 | 946 |
|
949 | 947 |
|
950 | 948 |
|
|
lib/matplotlib/mpl-data/matplotlibrc
Copy file name to clipboardExpand all lines: lib/matplotlib/mpl-data/matplotlibrc+9-7Lines changed: 9 additions & 7 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
589 | 589 |
|
590 | 590 |
|
591 | 591 |
|
592 |
| - |
| 592 | + |
593 | 593 |
|
594 | 594 |
|
595 | 595 |
|
| ||
679 | 679 |
|
680 | 680 |
|
681 | 681 |
|
682 |
| - |
683 |
| - |
684 |
| - |
685 |
| - |
686 |
| - |
687 |
| - |
| 682 | + |
| 683 | + |
| 684 | + |
| 685 | + |
| 686 | + |
| 687 | + |
| 688 | + |
| 689 | + |
688 | 690 |
|
689 | 691 |
|
690 | 692 |
|
|
lib/matplotlib/mpl-data/stylelib/classic.mplstyle
Copy file name to clipboardExpand all lines: lib/matplotlib/mpl-data/stylelib/classic.mplstyle+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
329 | 329 |
|
330 | 330 |
|
331 | 331 |
|
332 |
| - |
| 332 | + |
333 | 333 |
|
334 | 334 |
|
335 | 335 |
|
|
lib/matplotlib/offsetbox.py
Copy file name to clipboardExpand all lines: lib/matplotlib/offsetbox.py+1-2Lines changed: 1 addition & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1064 | 1064 |
|
1065 | 1065 |
|
1066 | 1066 |
|
1067 |
| - |
1068 |
| - |
| 1067 | + |
1069 | 1068 |
|
1070 | 1069 |
|
1071 | 1070 |
|
|
+4-9Lines changed: 4 additions & 9 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
2181 | 2181 |
|
2182 | 2182 |
|
2183 | 2183 |
|
| 2184 | + |
2184 | 2185 |
|
2185 | 2186 |
|
2186 |
| - |
2187 | 2187 |
|
2188 | 2188 |
|
2189 |
| - |
2190 | 2189 |
|
2191 | 2190 |
|
2192 | 2191 |
|
2193 | 2192 |
|
2194 | 2193 |
|
2195 |
| - |
2196 |
| - |
| 2194 | + |
2197 | 2195 |
|
2198 | 2196 |
|
2199 | 2197 |
|
2200 | 2198 |
|
2201 |
| - |
2202 |
| - |
2203 |
| - |
2204 |
| - |
2205 |
| - |
| 2199 | + |
| 2200 | + |
2206 | 2201 |
|
2207 | 2202 |
|
2208 | 2203 |
|
|
lib/matplotlib/projections/geo.py
Copy file name to clipboardExpand all lines: lib/matplotlib/projections/geo.py+2-8Lines changed: 2 additions & 8 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
156 | 156 |
|
157 | 157 |
|
158 | 158 |
|
159 |
| - |
160 |
| - |
161 |
| - |
162 |
| - |
163 |
| - |
164 |
| - |
165 |
| - |
166 |
| - |
| 159 | + |
| 160 | + |
167 | 161 |
|
168 | 162 |
|
169 | 163 |
|
|
+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1443 | 1443 |
|
1444 | 1444 |
|
1445 | 1445 |
|
1446 |
| - |
| 1446 | + |
1447 | 1447 |
|
1448 | 1448 |
|
1449 | 1449 |
|
| ||
1452 | 1452 |
|
1453 | 1453 |
|
1454 | 1454 |
|
1455 |
| - |
| 1455 | + |
1456 | 1456 |
|
1457 | 1457 |
|
1458 | 1458 |
|
|
0 commit comments