Commit e4f9e86
File tree
Expand file treeCollapse file tree
12 files changed
+44
-274
lines changedFilter options
- doc
- api
- users/next_whats_new
- examples
- images_contours_and_fields
- lines_bars_and_markers
- mplot3d
- pie_and_polar_charts
- userdemo
- lib/matplotlib
Expand file treeCollapse file tree
12 files changed
+44
-274
lines changed+2-1Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
29 | 29 |
|
30 | 30 |
|
31 | 31 |
|
32 |
| - |
| 32 | + |
| 33 | + |
doc/users/next_whats_new/colormaps.rst
Copy file name to clipboard+14-10Lines changed: 14 additions & 10 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 |
| - |
2 |
| - |
| 1 | + |
| 2 | + |
3 | 3 |
|
4 |
| - |
5 |
| - |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
6 | 8 |
|
7 | 9 |
|
8 | 10 |
|
9 |
| - |
10 |
| - |
| 11 | + |
| 12 | + |
11 | 13 |
|
12 | 14 |
|
13 | 15 |
|
14 |
| - |
| 16 | + |
15 | 17 |
|
16 |
| - |
17 |
| - |
18 |
| - |
| 18 | + |
| 19 | + |
| 20 | + |
| 21 | + |
| 22 | + |
examples/images_contours_and_fields/contourf_demo.py
Copy file name to clipboardExpand all lines: examples/images_contours_and_fields/contourf_demo.py+1-2Lines changed: 1 addition & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
6 | 6 |
|
7 | 7 |
|
8 | 8 |
|
9 |
| - |
10 | 9 |
|
11 | 10 |
|
12 | 11 |
|
| ||
87 | 86 |
|
88 | 87 |
|
89 | 88 |
|
90 |
| - |
| 89 | + |
91 | 90 |
|
92 | 91 |
|
93 | 92 |
|
|
examples/images_contours_and_fields/demo_bboximage.py
Copy file name to clipboardExpand all lines: examples/images_contours_and_fields/demo_bboximage.py+1-2Lines changed: 1 addition & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
7 | 7 |
|
8 | 8 |
|
9 | 9 |
|
10 |
| - |
11 | 10 |
|
12 | 11 |
|
13 | 12 |
|
| ||
39 | 38 |
|
40 | 39 |
|
41 | 40 |
|
42 |
| - |
| 41 | + |
43 | 42 |
|
44 | 43 |
|
45 | 44 |
|
|
examples/images_contours_and_fields/pcolormesh_levels.py
Copy file name to clipboardExpand all lines: examples/images_contours_and_fields/pcolormesh_levels.py+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
94 | 94 |
|
95 | 95 |
|
96 | 96 |
|
97 |
| - |
| 97 | + |
98 | 98 |
|
99 | 99 |
|
100 | 100 |
|
|
examples/images_contours_and_fields/quadmesh_demo.py
Copy file name to clipboardExpand all lines: examples/images_contours_and_fields/quadmesh_demo.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 |
|
| ||
30 | 29 |
|
31 | 30 |
|
32 | 31 |
|
33 |
| - |
| 32 | + |
34 | 33 |
|
35 | 34 |
|
36 | 35 |
|
|
examples/lines_bars_and_markers/horizontal_barchart_distribution.py
Copy file name to clipboardExpand all lines: examples/lines_bars_and_markers/horizontal_barchart_distribution.py+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
43 | 43 |
|
44 | 44 |
|
45 | 45 |
|
46 |
| - |
| 46 | + |
47 | 47 |
|
48 | 48 |
|
49 | 49 |
|
|
examples/mplot3d/polys3d.py
Copy file name to clipboardExpand all lines: examples/mplot3d/polys3d.py+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
32 | 32 |
|
33 | 33 |
|
34 | 34 |
|
35 |
| - |
| 35 | + |
36 | 36 |
|
37 | 37 |
|
38 | 38 |
|
|
examples/pie_and_polar_charts/nested_pie.py
Copy file name to clipboardExpand all lines: examples/pie_and_polar_charts/nested_pie.py+2-3Lines changed: 2 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
8 | 8 |
|
9 | 9 |
|
10 | 10 |
|
11 |
| - |
12 | 11 |
|
13 | 12 |
|
14 | 13 |
|
| ||
31 | 30 |
|
32 | 31 |
|
33 | 32 |
|
34 |
| - |
| 33 | + |
35 | 34 |
|
36 | 35 |
|
37 | 36 |
|
| ||
62 | 61 |
|
63 | 62 |
|
64 | 63 |
|
65 |
| - |
| 64 | + |
66 | 65 |
|
67 | 66 |
|
68 | 67 |
|
|
examples/userdemo/colormap_interactive_adjustment.py
Copy file name to clipboardExpand all lines: examples/userdemo/colormap_interactive_adjustment.py+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
54 | 54 |
|
55 | 55 |
|
56 | 56 |
|
57 |
| - |
| 57 | + |
58 | 58 |
|
59 | 59 |
|
60 | 60 |
|
|
+16Lines changed: 16 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
102 | 102 |
|
103 | 103 |
|
104 | 104 |
|
| 105 | + |
| 106 | + |
| 107 | + |
| 108 | + |
| 109 | + |
| 110 | + |
105 | 111 |
|
106 | 112 |
|
107 | 113 |
|
| ||
136 | 142 |
|
137 | 143 |
|
138 | 144 |
|
| 145 | + |
| 146 | + |
| 147 | + |
| 148 | + |
| 149 | + |
| 150 | + |
| 151 | + |
| 152 | + |
| 153 | + |
| 154 | + |
139 | 155 |
|
140 | 156 |
|
141 | 157 |
|
|
0 commit comments