Commit 7b3171b
File tree
Expand file treeCollapse file tree
10 files changed
+43
-59
lines changedFilter options
- examples
- event_handling
- pylab_examples
- lib/matplotlib
- axes
- backends
- projections
Expand file treeCollapse file tree
10 files changed
+43
-59
lines changedexamples/event_handling/trifinder_event_demo.py
Copy file name to clipboardExpand all lines: examples/event_handling/trifinder_event_demo.py+2-3Lines changed: 2 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
7 | 7 |
|
8 | 8 |
|
9 | 9 |
|
10 |
| - |
11 | 10 |
|
12 | 11 |
|
13 | 12 |
|
| ||
35 | 34 |
|
36 | 35 |
|
37 | 36 |
|
38 |
| - |
| 37 | + |
39 | 38 |
|
40 |
| - |
| 39 | + |
41 | 40 |
|
42 | 41 |
|
43 | 42 |
|
|
examples/pylab_examples/tricontour_demo.py
Copy file name to clipboardExpand all lines: examples/pylab_examples/tricontour_demo.py+2-3Lines changed: 2 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
4 | 4 |
|
5 | 5 |
|
6 | 6 |
|
7 |
| - |
8 | 7 |
|
9 | 8 |
|
10 | 9 |
|
| ||
15 | 14 |
|
16 | 15 |
|
17 | 16 |
|
18 |
| - |
| 17 | + |
19 | 18 |
|
20 |
| - |
| 19 | + |
21 | 20 |
|
22 | 21 |
|
23 | 22 |
|
|
examples/pylab_examples/tricontour_smooth_user.py
Copy file name to clipboardExpand all lines: examples/pylab_examples/tricontour_smooth_user.py+2-3Lines changed: 2 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
6 | 6 |
|
7 | 7 |
|
8 | 8 |
|
9 |
| - |
10 | 9 |
|
11 | 10 |
|
12 | 11 |
|
| ||
32 | 31 |
|
33 | 32 |
|
34 | 33 |
|
35 |
| - |
| 34 | + |
36 | 35 |
|
37 |
| - |
| 36 | + |
38 | 37 |
|
39 | 38 |
|
40 | 39 |
|
|
examples/pylab_examples/trigradient_demo.py
Copy file name to clipboardExpand all lines: examples/pylab_examples/trigradient_demo.py+4-5Lines changed: 4 additions & 5 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 |
|
9 |
| - |
10 | 9 |
|
11 | 10 |
|
12 | 11 |
|
| ||
29 | 28 |
|
30 | 29 |
|
31 | 30 |
|
32 |
| - |
| 31 | + |
33 | 32 |
|
34 |
| - |
| 33 | + |
35 | 34 |
|
36 | 35 |
|
37 | 36 |
|
|
examples/pylab_examples/tripcolor_demo.py
Copy file name to clipboardExpand all lines: examples/pylab_examples/tripcolor_demo.py+5-6Lines changed: 5 additions & 6 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
4 | 4 |
|
5 | 5 |
|
6 | 6 |
|
7 |
| - |
8 | 7 |
|
9 | 8 |
|
10 | 9 |
|
| ||
15 | 14 |
|
16 | 15 |
|
17 | 16 |
|
18 |
| - |
| 17 | + |
19 | 18 |
|
20 |
| - |
| 19 | + |
21 | 20 |
|
22 |
| - |
23 |
| - |
24 |
| - |
| 21 | + |
| 22 | + |
| 23 | + |
25 | 24 |
|
26 | 25 |
|
27 | 26 |
|
|
examples/pylab_examples/triplot_demo.py
Copy file name to clipboardExpand all lines: examples/pylab_examples/triplot_demo.py+2-3Lines changed: 2 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
4 | 4 |
|
5 | 5 |
|
6 | 6 |
|
7 |
| - |
8 | 7 |
|
9 | 8 |
|
10 | 9 |
|
| ||
15 | 14 |
|
16 | 15 |
|
17 | 16 |
|
18 |
| - |
| 17 | + |
19 | 18 |
|
20 |
| - |
| 19 | + |
21 | 20 |
|
22 | 21 |
|
23 | 22 |
|
|
lib/matplotlib/axes/_axes.py
Copy file name to clipboardExpand all lines: lib/matplotlib/axes/_axes.py+1-2Lines changed: 1 addition & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
2604 | 2604 |
|
2605 | 2605 |
|
2606 | 2606 |
|
2607 |
| - |
| 2607 | + |
2608 | 2608 |
|
2609 | 2609 |
|
2610 | 2610 |
|
| ||
6613 | 6613 |
|
6614 | 6614 |
|
6615 | 6615 |
|
6616 |
| - |
6617 | 6616 |
|
6618 | 6617 |
|
6619 | 6618 |
|
|
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 |
---|---|---|
| ||
318 | 318 |
|
319 | 319 |
|
320 | 320 |
|
321 |
| - |
| 321 | + |
322 | 322 |
|
323 | 323 |
|
324 | 324 |
|
|
+19-28Lines changed: 19 additions & 28 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1340 | 1340 |
|
1341 | 1341 |
|
1342 | 1342 |
|
1343 |
| - |
| 1343 | + |
1344 | 1344 |
|
1345 | 1345 |
|
1346 | 1346 |
|
| ||
1353 | 1353 |
|
1354 | 1354 |
|
1355 | 1355 |
|
1356 |
| - |
| 1356 | + |
1357 | 1357 |
|
1358 | 1358 |
|
1359 |
| - |
| 1359 | + |
1360 | 1360 |
|
1361 | 1361 |
|
1362 | 1362 |
|
| ||
2849 | 2849 |
|
2850 | 2850 |
|
2851 | 2851 |
|
2852 |
| - |
2853 |
| - |
2854 |
| - |
2855 |
| - |
| 2852 | + |
| 2853 | + |
| 2854 | + |
| 2855 | + |
2856 | 2856 |
|
2857 | 2857 |
|
2858 | 2858 |
|
| ||
2894 | 2894 |
|
2895 | 2895 |
|
2896 | 2896 |
|
2897 |
| - |
2898 |
| - |
2899 |
| - |
2900 |
| - |
| 2897 | + |
| 2898 | + |
| 2899 | + |
| 2900 | + |
2901 | 2901 |
|
2902 | 2902 |
|
2903 | 2903 |
|
| ||
2970 | 2970 |
|
2971 | 2971 |
|
2972 | 2972 |
|
2973 |
| - |
2974 |
| - |
| 2973 | + |
| 2974 | + |
2975 | 2975 |
|
2976 | 2976 |
|
2977 | 2977 |
|
2978 | 2978 |
|
2979 | 2979 |
|
2980 | 2980 |
|
2981 | 2981 |
|
2982 |
| - |
2983 |
| - |
| 2982 | + |
| 2983 | + |
2984 | 2984 |
|
2985 | 2985 |
|
2986 | 2986 |
|
| ||
3067 | 3067 |
|
3068 | 3068 |
|
3069 | 3069 |
|
3070 |
| - |
3071 |
| - |
3072 |
| - |
3073 |
| - |
3074 |
| - |
3075 |
| - |
| 3070 | + |
3076 | 3071 |
|
3077 | 3072 |
|
3078 |
| - |
3079 | 3073 |
|
3080 |
| - |
3081 |
| - |
3082 | 3074 |
|
3083 | 3075 |
|
3084 | 3076 |
|
| ||
3336 | 3328 |
|
3337 | 3329 |
|
3338 | 3330 |
|
3339 |
| - |
3340 |
| - |
| 3331 | + |
| 3332 | + |
3341 | 3333 |
|
3342 | 3334 |
|
3343 | 3335 |
|
| ||
3346 | 3338 |
|
3347 | 3339 |
|
3348 | 3340 |
|
3349 |
| - |
3350 |
| - |
| 3341 | + |
3351 | 3342 |
|
3352 | 3343 |
|
3353 | 3344 |
|
|
lib/matplotlib/projections/polar.py
Copy file name to clipboardExpand all lines: lib/matplotlib/projections/polar.py+5-5Lines changed: 5 additions & 5 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
3 | 3 |
|
4 | 4 |
|
5 | 5 |
|
6 |
| - |
7 | 6 |
|
8 | 7 |
|
9 | 8 |
|
| ||
17 | 16 |
|
18 | 17 |
|
19 | 18 |
|
20 |
| - |
21 |
| - |
22 |
| - |
| 19 | + |
| 20 | + |
| 21 | + |
| 22 | + |
23 | 23 |
|
24 | 24 |
|
25 | 25 |
|
| ||
591 | 591 |
|
592 | 592 |
|
593 | 593 |
|
594 |
| - |
| 594 | + |
595 | 595 |
|
596 | 596 |
|
597 | 597 |
|
|
0 commit comments