Commit 3a5a5a4
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 |
---|---|---|
| ||
87 | 87 |
|
88 | 88 |
|
89 | 89 |
|
90 |
| - |
| 90 | + |
| 91 | + |
91 | 92 |
|
92 | 93 |
|
93 | 94 |
|
|
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 |
---|---|---|
| ||
1158 | 1158 |
|
1159 | 1159 |
|
1160 | 1160 |
|
1161 |
| - |
1162 | 1161 |
|
| 1162 | + |
1163 | 1163 |
|
1164 |
| - |
| 1164 | + |
1165 | 1165 |
|
1166 |
| - |
| 1166 | + |
| 1167 | + |
| 1168 | + |
| 1169 | + |
| 1170 | + |
| 1171 | + |
1167 | 1172 |
|
1168 |
| - |
1169 |
| - |
1170 |
| - |
| 1173 | + |
| 1174 | + |
| 1175 | + |
| 1176 | + |
1171 | 1177 |
|
1172 | 1178 |
|
1173 | 1179 |
|
| ||
1188 | 1194 |
|
1189 | 1195 |
|
1190 | 1196 |
|
1191 |
| - |
1192 |
| - |
| 1197 | + |
1193 | 1198 |
|
1194 | 1199 |
|
1195 | 1200 |
|
| ||
1200 | 1205 |
|
1201 | 1206 |
|
1202 | 1207 |
|
1203 |
| - |
| 1208 | + |
| 1209 | + |
| 1210 | + |
1204 | 1211 |
|
1205 | 1212 |
|
1206 | 1213 |
|
|
+11-10Lines changed: 11 additions & 10 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
744 | 744 |
|
745 | 745 |
|
746 | 746 |
|
747 |
| - |
| 747 | + |
748 | 748 |
|
749 | 749 |
|
750 | 750 |
|
751 | 751 |
|
752 | 752 |
|
753 |
| - |
754 | 753 |
|
| 754 | + |
755 | 755 |
|
756 |
| - |
| 756 | + |
757 | 757 |
|
758 |
| - |
| 758 | + |
| 759 | + |
| 760 | + |
759 | 761 |
|
760 |
| - |
761 |
| - |
762 |
| - |
| 762 | + |
| 763 | + |
| 764 | + |
763 | 765 |
|
764 | 766 |
|
765 | 767 |
|
| ||
778 | 780 |
|
779 | 781 |
|
780 | 782 |
|
781 |
| - |
| 783 | + |
782 | 784 |
|
783 | 785 |
|
784 | 786 |
|
785 | 787 |
|
786 | 788 |
|
787 |
| - |
788 |
| - |
| 789 | + |
789 | 790 |
|
790 | 791 |
|
791 | 792 |
|
|
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