Commit 55a9eb4
File tree
Expand file treeCollapse file tree
16 files changed
+51
-55
lines changedFilter options
- examples
- axisartist
- images_contours_and_fields
- lines_bars_and_markers
- misc
- pyplots
- specialty_plots
- text_labels_and_annotations
- units
Expand file treeCollapse file tree
16 files changed
+51
-55
lines changedexamples/axisartist/demo_parasite_axes.py
Copy file name to clipboardExpand all lines: examples/axisartist/demo_parasite_axes.py+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
4 | 4 |
|
5 | 5 |
|
6 | 6 |
|
7 |
| - |
| 7 | + |
8 | 8 |
|
9 | 9 |
|
10 | 10 |
|
|
examples/axisartist/demo_parasite_axes2.py
Copy file name to clipboardExpand all lines: examples/axisartist/demo_parasite_axes2.py+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
14 | 14 |
|
15 | 15 |
|
16 | 16 |
|
17 |
| - |
| 17 | + |
18 | 18 |
|
19 | 19 |
|
20 | 20 |
|
|
examples/images_contours_and_fields/barb_demo.py
Copy file name to clipboardExpand all lines: examples/images_contours_and_fields/barb_demo.py-1Lines changed: 0 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
65 | 65 |
|
66 | 66 |
|
67 | 67 |
|
68 |
| - |
examples/images_contours_and_fields/image_masked.py
Copy file name to clipboardExpand all lines: examples/images_contours_and_fields/image_masked.py-1Lines changed: 0 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
91 | 91 |
|
92 | 92 |
|
93 | 93 |
|
94 |
| - |
examples/images_contours_and_fields/pcolor_demo.py
Copy file name to clipboardExpand all lines: examples/images_contours_and_fields/pcolor_demo.py+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/images_contours_and_fields/plot_streamplot.py
Copy file name to clipboardExpand all lines: examples/images_contours_and_fields/plot_streamplot.py-1Lines changed: 0 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
85 | 85 |
|
86 | 86 |
|
87 | 87 |
|
88 |
| - |
examples/images_contours_and_fields/quiver_simple_demo.py
Copy file name to clipboardExpand all lines: examples/images_contours_and_fields/quiver_simple_demo.py-1Lines changed: 0 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
36 | 36 |
|
37 | 37 |
|
38 | 38 |
|
39 |
| - |
examples/lines_bars_and_markers/marker_reference.py
Copy file name to clipboardExpand all lines: examples/lines_bars_and_markers/marker_reference.py+2-3Lines changed: 2 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
65 | 65 |
|
66 | 66 |
|
67 | 67 |
|
68 |
| - |
69 | 68 |
|
70 | 69 |
|
71 | 70 |
|
| ||
86 | 85 |
|
87 | 86 |
|
88 | 87 |
|
89 |
| - |
90 |
| - |
| 88 | + |
| 89 | + |
91 | 90 |
|
92 | 91 |
|
93 | 92 |
|
|
examples/misc/histogram_path.py
Copy file name to clipboardExpand all lines: examples/misc/histogram_path.py+9-9Lines changed: 9 additions & 9 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
65 | 65 |
|
66 | 66 |
|
67 | 67 |
|
68 |
| - |
69 |
| - |
70 |
| - |
71 |
| - |
72 |
| - |
73 |
| - |
74 |
| - |
75 |
| - |
| 68 | + |
| 69 | + |
| 70 | + |
| 71 | + |
| 72 | + |
| 73 | + |
| 74 | + |
| 75 | + |
76 | 76 |
|
77 | 77 |
|
78 | 78 |
|
| ||
95 | 95 |
|
96 | 96 |
|
97 | 97 |
|
98 |
| - |
| 98 | + |
99 | 99 |
|
100 | 100 |
|
examples/pyplots/align_ylabels.py
Copy file name to clipboardExpand all lines: examples/pyplots/align_ylabels.py+4-3Lines changed: 4 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
10 | 10 |
|
11 | 11 |
|
12 | 12 |
|
| 13 | + |
13 | 14 |
|
14 | 15 |
|
15 | 16 |
|
| ||
22 | 23 |
|
23 | 24 |
|
24 | 25 |
|
25 |
| - |
| 26 | + |
26 | 27 |
|
27 | 28 |
|
28 | 29 |
|
| ||
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 | 49 |
|
|
examples/pyplots/pyplot_scales.py
Copy file name to clipboardExpand all lines: examples/pyplots/pyplot_scales.py+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
79 | 79 |
|
80 | 80 |
|
81 | 81 |
|
82 |
| - |
| 82 | + |
examples/pyplots/whats_new_1_subplot3d.py
Copy file name to clipboardExpand all lines: examples/pyplots/whats_new_1_subplot3d.py+2-1Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
45 | 45 |
|
46 | 46 |
|
47 | 47 |
|
48 |
| - |
| 48 | + |
| 49 | + |
49 | 50 |
|
50 | 51 |
|
51 | 52 |
|
|
examples/specialty_plots/sankey_links.py
Copy file name to clipboardExpand all lines: examples/specialty_plots/sankey_links.py-1Lines changed: 0 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
73 | 73 |
|
74 | 74 |
|
75 | 75 |
|
76 |
| - |
examples/text_labels_and_annotations/usetex_demo.py
Copy file name to clipboardExpand all lines: examples/text_labels_and_annotations/usetex_demo.py+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
29 | 29 |
|
30 | 30 |
|
31 | 31 |
|
32 |
| - |
33 |
| - |
| 32 | + |
| 33 | + |
34 | 34 |
|
35 | 35 |
|
36 | 36 |
|
|
examples/units/basic_units.py
Copy file name to clipboardExpand all lines: examples/units/basic_units.py+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
301 | 301 |
|
302 | 302 |
|
303 | 303 |
|
304 |
| - |
| 304 | + |
305 | 305 |
|
306 | 306 |
|
307 | 307 |
|
|
+27-27Lines changed: 27 additions & 27 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 | 1 |
|
2 |
| - |
| 2 | + |
3 | 3 |
|
4 | 4 |
|
5 | 5 |
|
| ||
99 | 99 |
|
100 | 100 |
|
101 | 101 |
|
102 |
| - |
103 |
| - |
104 |
| - |
105 |
| - |
106 |
| - |
107 |
| - |
108 |
| - |
109 |
| - |
110 |
| - |
111 |
| - |
112 |
| - |
113 |
| - |
114 |
| - |
115 |
| - |
116 |
| - |
117 |
| - |
118 |
| - |
119 |
| - |
120 |
| - |
121 |
| - |
122 |
| - |
123 |
| - |
124 |
| - |
125 |
| - |
126 |
| - |
127 |
| - |
| 102 | + |
| 103 | + |
| 104 | + |
| 105 | + |
| 106 | + |
| 107 | + |
| 108 | + |
| 109 | + |
| 110 | + |
| 111 | + |
| 112 | + |
| 113 | + |
| 114 | + |
| 115 | + |
| 116 | + |
| 117 | + |
| 118 | + |
| 119 | + |
| 120 | + |
| 121 | + |
| 122 | + |
| 123 | + |
| 124 | + |
| 125 | + |
| 126 | + |
| 127 | + |
0 commit comments