Commit e1c9ec5
File tree
Expand file treeCollapse file tree
8 files changed
+47
-40
lines changedFilter options
- doc
- examples
- api
- color
- lines_bars_and_markers
- lib/matplotlib
- axes
- tutorials/intermediate
Expand file treeCollapse file tree
8 files changed
+47
-40
lines changed+2-1Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
88 | 88 |
|
89 | 89 |
|
90 | 90 |
|
91 |
| - |
| 91 | + |
| 92 | + |
92 | 93 |
|
93 | 94 |
|
94 | 95 |
|
|
examples/api/filled_step.py
Copy file name to clipboardExpand all lines: examples/api/filled_step.py+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
180 | 180 |
|
181 | 181 |
|
182 | 182 |
|
183 |
| - |
184 |
| - |
| 183 | + |
| 184 | + |
185 | 185 |
|
186 | 186 |
|
187 | 187 |
|
|
examples/color/color_cycler.py
Copy file name to clipboardExpand all lines: examples/color/color_cycler.py+8-4Lines changed: 8 additions & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
24 | 24 |
|
25 | 25 |
|
26 | 26 |
|
27 |
| - |
28 |
| - |
| 27 | + |
| 28 | + |
29 | 29 |
|
30 | 30 |
|
31 | 31 |
|
32 | 32 |
|
33 | 33 |
|
34 |
| - |
35 |
| - |
| 34 | + |
| 35 | + |
| 36 | + |
| 37 | + |
| 38 | + |
| 39 | + |
36 | 40 |
|
37 | 41 |
|
38 | 42 |
|
|
examples/lines_bars_and_markers/markevery_prop_cycle.py
Copy file name to clipboardExpand all lines: examples/lines_bars_and_markers/markevery_prop_cycle.py+2-7Lines changed: 2 additions & 7 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
41 | 41 |
|
42 | 42 |
|
43 | 43 |
|
44 |
| - |
45 |
| - |
46 |
| - |
47 |
| - |
48 |
| - |
49 |
| - |
50 |
| - |
| 44 | + |
| 45 | + |
51 | 46 |
|
52 | 47 |
|
53 | 48 |
|
|
lib/matplotlib/axes/_base.py
Copy file name to clipboardExpand all lines: lib/matplotlib/axes/_base.py+16-9Lines changed: 16 additions & 9 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1160 | 1160 |
|
1161 | 1161 |
|
1162 | 1162 |
|
1163 |
| - |
1164 | 1163 |
|
| 1164 | + |
1165 | 1165 |
|
1166 |
| - |
| 1166 | + |
1167 | 1167 |
|
1168 |
| - |
| 1168 | + |
| 1169 | + |
| 1170 | + |
| 1171 | + |
| 1172 | + |
| 1173 | + |
1169 | 1174 |
|
1170 |
| - |
1171 |
| - |
1172 |
| - |
| 1175 | + |
| 1176 | + |
| 1177 | + |
| 1178 | + |
1173 | 1179 |
|
1174 | 1180 |
|
1175 | 1181 |
|
| ||
1190 | 1196 |
|
1191 | 1197 |
|
1192 | 1198 |
|
1193 |
| - |
1194 |
| - |
| 1199 | + |
1195 | 1200 |
|
1196 | 1201 |
|
1197 | 1202 |
|
| ||
1202 | 1207 |
|
1203 | 1208 |
|
1204 | 1209 |
|
1205 |
| - |
| 1210 | + |
| 1211 | + |
| 1212 | + |
1206 | 1213 |
|
1207 | 1214 |
|
1208 | 1215 |
|
|
+11-10Lines changed: 11 additions & 10 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
735 | 735 |
|
736 | 736 |
|
737 | 737 |
|
738 |
| - |
| 738 | + |
739 | 739 |
|
740 | 740 |
|
741 | 741 |
|
742 | 742 |
|
743 | 743 |
|
744 |
| - |
745 | 744 |
|
| 745 | + |
746 | 746 |
|
747 |
| - |
| 747 | + |
748 | 748 |
|
749 |
| - |
| 749 | + |
| 750 | + |
| 751 | + |
750 | 752 |
|
751 |
| - |
752 |
| - |
753 |
| - |
| 753 | + |
| 754 | + |
| 755 | + |
754 | 756 |
|
755 | 757 |
|
756 | 758 |
|
| ||
769 | 771 |
|
770 | 772 |
|
771 | 773 |
|
772 |
| - |
| 774 | + |
773 | 775 |
|
774 | 776 |
|
775 | 777 |
|
776 | 778 |
|
777 | 779 |
|
778 |
| - |
779 |
| - |
| 780 | + |
780 | 781 |
|
781 | 782 |
|
782 | 783 |
|
|
lib/matplotlib/stackplot.py
Copy file name to clipboardExpand all lines: lib/matplotlib/stackplot.py+1-2Lines changed: 1 addition & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
9 | 9 |
|
10 | 10 |
|
11 | 11 |
|
12 |
| - |
13 | 12 |
|
14 | 13 |
|
15 | 14 |
|
| ||
66 | 65 |
|
67 | 66 |
|
68 | 67 |
|
69 |
| - |
| 68 | + |
70 | 69 |
|
71 | 70 |
|
72 | 71 |
|
|
tutorials/intermediate/color_cycle.py
Copy file name to clipboardExpand all lines: tutorials/intermediate/color_cycle.py+5-5Lines changed: 5 additions & 5 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
39 | 39 |
|
40 | 40 |
|
41 | 41 |
|
42 |
| - |
43 |
| - |
| 42 | + |
| 43 | + |
44 | 44 |
|
45 | 45 |
|
46 | 46 |
|
| ||
52 | 52 |
|
53 | 53 |
|
54 | 54 |
|
55 |
| - |
56 |
| - |
| 55 | + |
| 56 | + |
57 | 57 |
|
58 | 58 |
|
59 | 59 |
|
| ||
76 | 76 |
|
77 | 77 |
|
78 | 78 |
|
79 |
| - |
| 79 | + |
80 | 80 |
|
81 | 81 |
|
82 | 82 |
|
|
0 commit comments