Commit 8a810fa
File tree
Expand file treeCollapse file tree
12 files changed
+26
-19
lines changedFilter options
- examples
- mplot3d
- pylab_examples
Expand file treeCollapse file tree
12 files changed
+26
-19
lines changedexamples/mplot3d/contour3d_demo.py
Copy file name to clipboardExpand all lines: examples/mplot3d/contour3d_demo.py+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
5 | 5 |
|
6 | 6 |
|
7 | 7 |
|
8 |
| - |
| 8 | + |
9 | 9 |
|
10 | 10 |
|
11 | 11 |
|
|
examples/mplot3d/contour3d_demo2.py
Copy file name to clipboardExpand all lines: examples/mplot3d/contour3d_demo2.py+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
5 | 5 |
|
6 | 6 |
|
7 | 7 |
|
8 |
| - |
| 8 | + |
9 | 9 |
|
10 | 10 |
|
11 | 11 |
|
|
examples/mplot3d/contour3d_demo3.py
Copy file name to clipboardExpand all lines: examples/mplot3d/contour3d_demo3.py+3-3Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
6 | 6 |
|
7 | 7 |
|
8 | 8 |
|
9 |
| - |
10 |
| - |
11 |
| - |
| 9 | + |
| 10 | + |
| 11 | + |
12 | 12 |
|
13 | 13 |
|
14 | 14 |
|
|
examples/mplot3d/contourf3d_demo.py
Copy file name to clipboardExpand all lines: examples/mplot3d/contourf3d_demo.py+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
5 | 5 |
|
6 | 6 |
|
7 | 7 |
|
8 |
| - |
| 8 | + |
9 | 9 |
|
10 | 10 |
|
11 | 11 |
|
|
examples/mplot3d/contourf3d_demo2.py
Copy file name to clipboardExpand all lines: examples/mplot3d/contourf3d_demo2.py+3-3Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
11 | 11 |
|
12 | 12 |
|
13 | 13 |
|
14 |
| - |
15 |
| - |
16 |
| - |
| 14 | + |
| 15 | + |
| 16 | + |
17 | 17 |
|
18 | 18 |
|
19 | 19 |
|
|
examples/pylab_examples/contourf_log.py
Copy file name to clipboardExpand all lines: examples/pylab_examples/contourf_log.py+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
30 | 30 |
|
31 | 31 |
|
32 | 32 |
|
33 |
| - |
| 33 | + |
34 | 34 |
|
35 | 35 |
|
36 | 36 |
|
|
examples/pylab_examples/griddata_demo.py
Copy file name to clipboardExpand all lines: examples/pylab_examples/griddata_demo.py+2-1Lines changed: 2 additions & 1 deletion
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 |
|
|
examples/pylab_examples/hexbin_demo2.py
Copy file name to clipboardExpand all lines: examples/pylab_examples/hexbin_demo2.py+2-1Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
39 | 39 |
|
40 | 40 |
|
41 | 41 |
|
42 |
| - |
| 42 | + |
| 43 | + |
43 | 44 |
|
44 | 45 |
|
45 | 46 |
|
|
examples/pylab_examples/poormans_contour.py
Copy file name to clipboardExpand all lines: examples/pylab_examples/poormans_contour.py+2-1Lines changed: 2 additions & 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 | 27 |
|
|
examples/pylab_examples/specgram_demo.py
Copy file name to clipboardExpand all lines: examples/pylab_examples/specgram_demo.py+2-1Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
25 | 25 |
|
26 | 26 |
|
27 | 27 |
|
28 |
| - |
| 28 | + |
| 29 | + |
29 | 30 |
|
examples/pylab_examples/tricontour_vs_griddata.py
Copy file name to clipboardExpand all lines: examples/pylab_examples/tricontour_vs_griddata.py+4-2Lines changed: 4 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
24 | 24 |
|
25 | 25 |
|
26 | 26 |
|
27 |
| - |
| 27 | + |
| 28 | + |
28 | 29 |
|
29 | 30 |
|
30 | 31 |
|
| ||
37 | 38 |
|
38 | 39 |
|
39 | 40 |
|
40 |
| - |
| 41 | + |
| 42 | + |
41 | 43 |
|
42 | 44 |
|
43 | 45 |
|
|
examples/pylab_examples/tripcolor_demo.py
Copy file name to clipboardExpand all lines: examples/pylab_examples/tripcolor_demo.py+4-3Lines changed: 4 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
35 | 35 |
|
36 | 36 |
|
37 | 37 |
|
38 |
| - |
| 38 | + |
39 | 39 |
|
40 | 40 |
|
41 | 41 |
|
42 | 42 |
|
43 | 43 |
|
44 | 44 |
|
45 |
| - |
| 45 | + |
46 | 46 |
|
47 | 47 |
|
48 | 48 |
|
| ||
96 | 96 |
|
97 | 97 |
|
98 | 98 |
|
99 |
| - |
| 99 | + |
| 100 | + |
100 | 101 |
|
101 | 102 |
|
102 | 103 |
|
|
0 commit comments