Commit 1e2c2f1
File tree
Expand file treeCollapse file tree
6 files changed
+9
-15
lines changedFilter options
- examples
- color
- mplot3d
- showcase
- lib
- matplotlib
- tests
- tri
- mpl_toolkits/tests
Expand file treeCollapse file tree
6 files changed
+9
-15
lines changedexamples/color/color_by_yvalue.py
Copy file name to clipboardExpand all lines: examples/color/color_by_yvalue.py+2-3Lines changed: 2 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 | 1 |
|
2 | 2 |
|
3 |
| - |
| 3 | + |
4 | 4 |
|
5 | 5 |
|
6 | 6 |
|
| ||
14 | 14 |
|
15 | 15 |
|
16 | 16 |
|
17 |
| - |
18 | 17 |
|
19 | 18 |
|
20 |
| - |
| 19 | + |
21 | 20 |
|
22 | 21 |
|
23 | 22 |
|
|
examples/mplot3d/mixed_subplots.py
Copy file name to clipboardExpand all lines: examples/mplot3d/mixed_subplots.py+1-3Lines changed: 1 addition & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
13 | 13 |
|
14 | 14 |
|
15 | 15 |
|
16 |
| - |
17 |
| - |
18 |
| - |
| 16 | + |
19 | 17 |
|
20 | 18 |
|
21 | 19 |
|
|
examples/showcase/mandelbrot.py
Copy file name to clipboardExpand all lines: examples/showcase/mandelbrot.py+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
20 | 20 |
|
21 | 21 |
|
22 | 22 |
|
23 |
| - |
| 23 | + |
24 | 24 |
|
25 | 25 |
|
26 | 26 |
|
|
lib/matplotlib/tests/test_triangulation.py
Copy file name to clipboardExpand all lines: lib/matplotlib/tests/test_triangulation.py+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1000 | 1000 |
|
1001 | 1001 |
|
1002 | 1002 |
|
1003 |
| - |
| 1003 | + |
1004 | 1004 |
|
1005 | 1005 |
|
1006 | 1006 |
|
|
lib/matplotlib/tri/tritools.py
Copy file name to clipboardExpand all lines: lib/matplotlib/tri/tritools.py+3-4Lines changed: 3 additions & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
180 | 180 |
|
181 | 181 |
|
182 | 182 |
|
183 |
| - |
184 |
| - |
| 183 | + |
185 | 184 |
|
186 | 185 |
|
187 |
| - |
188 |
| - |
| 186 | + |
| 187 | + |
189 | 188 |
|
190 | 189 |
|
191 | 190 |
|
|
lib/mpl_toolkits/tests/test_mplot3d.py
Copy file name to clipboardExpand all lines: lib/mpl_toolkits/tests/test_mplot3d.py+1-3Lines changed: 1 addition & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
139 | 139 |
|
140 | 140 |
|
141 | 141 |
|
142 |
| - |
143 |
| - |
144 |
| - |
| 142 | + |
145 | 143 |
|
146 | 144 |
|
147 | 145 |
|
|
0 commit comments