Commit 8da435d
File tree
Expand file treeCollapse file tree
23 files changed
+94
-59
lines changedFilter options
- doc
- api
- users/plotting/colormaps
- examples
- pylab_examples
- widgets
- lib/matplotlib
- axes
- tests
Expand file treeCollapse file tree
23 files changed
+94
-59
lines changed+9Lines changed: 9 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
11 | 11 |
|
12 | 12 |
|
13 | 13 |
|
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | + |
| 18 | + |
| 19 | + |
| 20 | + |
| 21 | + |
| 22 | + |
14 | 23 |
|
15 | 24 |
|
16 | 25 |
|
|
doc/users/plotting/colormaps/Lfunction.py
Copy file name to clipboardExpand all lines: doc/users/plotting/colormaps/Lfunction.py+4-4Lines changed: 4 additions & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
49 | 49 |
|
50 | 50 |
|
51 | 51 |
|
52 |
| - |
| 52 | + |
53 | 53 |
|
54 | 54 |
|
55 |
| - |
| 55 | + |
56 | 56 |
|
57 | 57 |
|
58 | 58 |
|
| ||
122 | 122 |
|
123 | 123 |
|
124 | 124 |
|
125 |
| - |
| 125 | + |
126 | 126 |
|
127 | 127 |
|
128 |
| - |
| 128 | + |
129 | 129 |
|
130 | 130 |
|
131 | 131 |
|
|
examples/pylab_examples/axes_demo.py
Copy file name to clipboardExpand all lines: examples/pylab_examples/axes_demo.py+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
16 | 16 |
|
17 | 17 |
|
18 | 18 |
|
19 |
| - |
| 19 | + |
20 | 20 |
|
21 | 21 |
|
22 | 22 |
|
23 | 23 |
|
24 | 24 |
|
25 | 25 |
|
26 |
| - |
| 26 | + |
27 | 27 |
|
28 | 28 |
|
29 | 29 |
|
|
examples/pylab_examples/color_demo.py
Copy file name to clipboard100644
100755
+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
16 | 16 |
|
17 | 17 |
|
18 | 18 |
|
19 |
| - |
20 |
| - |
| 19 | + |
| 20 | + |
21 | 21 |
|
22 | 22 |
|
23 | 23 |
|
|
examples/pylab_examples/finance_work2.py
Copy file name to clipboardExpand all lines: examples/pylab_examples/finance_work2.py+3-3Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
99 | 99 |
|
100 | 100 |
|
101 | 101 |
|
102 |
| - |
103 |
| - |
| 102 | + |
| 103 | + |
104 | 104 |
|
105 |
| - |
| 105 | + |
106 | 106 |
|
107 | 107 |
|
108 | 108 |
|
|
examples/pylab_examples/fonts_demo.py
Copy file name to clipboardExpand all lines: examples/pylab_examples/fonts_demo.py+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
7 | 7 |
|
8 | 8 |
|
9 | 9 |
|
10 |
| - |
| 10 | + |
11 | 11 |
|
12 | 12 |
|
13 | 13 |
|
|
examples/pylab_examples/fonts_demo_kw.py
Copy file name to clipboardExpand all lines: examples/pylab_examples/fonts_demo_kw.py+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
7 | 7 |
|
8 | 8 |
|
9 | 9 |
|
10 |
| - |
| 10 | + |
11 | 11 |
|
12 | 12 |
|
13 | 13 |
|
|
examples/pylab_examples/image_origin.py
Copy file name to clipboardExpand all lines: examples/pylab_examples/image_origin.py+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
13 | 13 |
|
14 | 14 |
|
15 | 15 |
|
16 |
| - |
| 16 | + |
17 | 17 |
|
18 | 18 |
|
19 | 19 |
|
20 | 20 |
|
21 |
| - |
| 21 | + |
22 | 22 |
|
23 | 23 |
|
24 | 24 |
|
|
examples/pylab_examples/logo.py
Copy file name to clipboardExpand all lines: examples/pylab_examples/logo.py+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
15 | 15 |
|
16 | 16 |
|
17 | 17 |
|
18 |
| - |
| 18 | + |
19 | 19 |
|
20 | 20 |
|
21 | 21 |
|
|
examples/pylab_examples/mathtext_demo.py
Copy file name to clipboardExpand all lines: examples/pylab_examples/mathtext_demo.py+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
9 | 9 |
|
10 | 10 |
|
11 | 11 |
|
12 |
| - |
| 12 | + |
13 | 13 |
|
14 | 14 |
|
15 | 15 |
|
|
examples/pylab_examples/mathtext_examples.py
Copy file name to clipboardExpand all lines: examples/pylab_examples/mathtext_examples.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/pylab_examples/matplotlib_icon.py
Copy file name to clipboardExpand all lines: examples/pylab_examples/matplotlib_icon.py+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
7 | 7 |
|
8 | 8 |
|
9 | 9 |
|
10 |
| - |
| 10 | + |
11 | 11 |
|
12 | 12 |
|
13 | 13 |
|
|
examples/pylab_examples/polar_legend.py
Copy file name to clipboard100644
100755
+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
10 | 10 |
|
11 | 11 |
|
12 | 12 |
|
13 |
| - |
| 13 | + |
14 | 14 |
|
15 | 15 |
|
16 | 16 |
|
|
examples/pylab_examples/quadmesh_demo.py
Copy file name to clipboard100644
100755
+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
27 | 27 |
|
28 | 28 |
|
29 | 29 |
|
30 |
| - |
| 30 | + |
31 | 31 |
|
32 | 32 |
|
33 | 33 |
|
34 | 34 |
|
35 |
| - |
| 35 | + |
36 | 36 |
|
37 | 37 |
|
38 | 38 |
|
|
examples/widgets/cursor.py
Copy file name to clipboard100644
100755
+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
6 | 6 |
|
7 | 7 |
|
8 | 8 |
|
9 |
| - |
| 9 | + |
10 | 10 |
|
11 | 11 |
|
12 | 12 |
|
|
examples/widgets/slider_demo.py
Copy file name to clipboardExpand all lines: examples/widgets/slider_demo.py+3-3Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
12 | 12 |
|
13 | 13 |
|
14 | 14 |
|
15 |
| - |
16 |
| - |
| 15 | + |
| 16 | + |
17 | 17 |
|
18 | 18 |
|
19 | 19 |
|
| ||
36 | 36 |
|
37 | 37 |
|
38 | 38 |
|
39 |
| - |
| 39 | + |
40 | 40 |
|
41 | 41 |
|
42 | 42 |
|
|
examples/widgets/span_selector.py
Copy file name to clipboard100644
100755
+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
8 | 8 |
|
9 | 9 |
|
10 | 10 |
|
11 |
| - |
| 11 | + |
12 | 12 |
|
13 | 13 |
|
14 | 14 |
|
|
lib/matplotlib/axes/_base.py
Copy file name to clipboardExpand all lines: lib/matplotlib/axes/_base.py+16-3Lines changed: 16 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
436 | 436 |
|
437 | 437 |
|
438 | 438 |
|
439 |
| - |
440 |
| - |
441 | 439 |
|
442 | 440 |
|
443 | 441 |
|
| ||
509 | 507 |
|
510 | 508 |
|
511 | 509 |
|
| 510 | + |
| 511 | + |
| 512 | + |
512 | 513 |
|
513 | 514 |
|
514 | 515 |
|
| ||
1069 | 1070 |
|
1070 | 1071 |
|
1071 | 1072 |
|
| 1073 | + |
| 1074 | + |
| 1075 | + |
| 1076 | + |
| 1077 | + |
| 1078 | + |
| 1079 | + |
| 1080 | + |
1072 | 1081 |
|
1073 | 1082 |
|
1074 | 1083 |
|
| ||
2624 | 2633 |
|
2625 | 2634 |
|
2626 | 2635 |
|
| 2636 | + |
2627 | 2637 |
|
2628 | 2638 |
|
2629 | 2639 |
|
2630 | 2640 |
|
| 2641 | + |
2631 | 2642 |
|
2632 | 2643 |
|
2633 | 2644 |
|
2634 | 2645 |
|
2635 | 2646 |
|
2636 | 2647 |
|
2637 | 2648 |
|
2638 |
| - |
| 2649 | + |
| 2650 | + |
| 2651 | + |
2639 | 2652 |
|
2640 | 2653 |
|
2641 | 2654 |
|
|
+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
852 | 852 |
|
853 | 853 |
|
854 | 854 |
|
855 |
| - |
| 855 | + |
856 | 856 |
|
857 | 857 |
|
858 | 858 |
|
| ||
933 | 933 |
|
934 | 934 |
|
935 | 935 |
|
936 |
| - |
| 936 | + |
937 | 937 |
|
938 | 938 |
|
939 | 939 |
|
|
+20-20Lines changed: 20 additions & 20 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
831 | 831 |
|
832 | 832 |
|
833 | 833 |
|
834 |
| - |
835 |
| - |
| 834 | + |
| 835 | + |
836 | 836 |
|
837 | 837 |
|
838 | 838 |
|
839 | 839 |
|
840 | 840 |
|
841 |
| - |
842 |
| - |
843 |
| - |
844 |
| - |
845 |
| - |
846 |
| - |
847 |
| - |
848 |
| - |
849 |
| - |
850 |
| - |
851 |
| - |
852 |
| - |
853 |
| - |
854 |
| - |
855 |
| - |
| 841 | + |
| 842 | + |
| 843 | + |
| 844 | + |
| 845 | + |
| 846 | + |
| 847 | + |
| 848 | + |
| 849 | + |
| 850 | + |
| 851 | + |
| 852 | + |
| 853 | + |
| 854 | + |
| 855 | + |
856 | 856 |
|
857 | 857 |
|
858 | 858 |
|
| ||
968 | 968 |
|
969 | 969 |
|
970 | 970 |
|
971 |
| - |
| 971 | + |
972 | 972 |
|
973 | 973 |
|
974 | 974 |
|
975 | 975 |
|
976 | 976 |
|
977 | 977 |
|
978 | 978 |
|
979 |
| - |
| 979 | + |
980 | 980 |
|
981 | 981 |
|
982 | 982 |
|
| ||
1824 | 1824 |
|
1825 | 1825 |
|
1826 | 1826 |
|
1827 |
| - |
| 1827 | + |
1828 | 1828 |
|
1829 | 1829 |
|
1830 | 1830 |
|
|
lib/matplotlib/tests/test_axes.py
Copy file name to clipboardExpand all lines: lib/matplotlib/tests/test_axes.py+13Lines changed: 13 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
14 | 14 |
|
15 | 15 |
|
16 | 16 |
|
| 17 | + |
| 18 | + |
17 | 19 |
|
18 | 20 |
|
19 | 21 |
|
| ||
4105 | 4107 |
|
4106 | 4108 |
|
4107 | 4109 |
|
| 4110 | + |
| 4111 | + |
| 4112 | + |
| 4113 | + |
| 4114 | + |
| 4115 | + |
| 4116 | + |
| 4117 | + |
| 4118 | + |
| 4119 | + |
| 4120 | + |
4108 | 4121 |
|
4109 | 4122 |
|
4110 | 4123 |
|
|
0 commit comments