Commit e64a0a1
File tree
Expand file treeCollapse file tree
10 files changed
+75
-23
lines changedFilter options
- examples/pylab_examples
- lib
- matplotlib
- axes
- backends
- tests
- mpl_toolkits/axes_grid1
Expand file treeCollapse file tree
10 files changed
+75
-23
lines changedexamples/pylab_examples/barchart_demo2.py
Copy file name to clipboardExpand all lines: examples/pylab_examples/barchart_demo2.py+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
50 | 50 |
|
51 | 51 |
|
52 | 52 |
|
53 |
| - |
| 53 | + |
54 | 54 |
|
55 | 55 |
|
56 | 56 |
|
| ||
86 | 86 |
|
87 | 87 |
|
88 | 88 |
|
89 |
| - |
| 89 | + |
90 | 90 |
|
91 | 91 |
|
92 | 92 |
|
|
+7-1Lines changed: 7 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
553 | 553 |
|
554 | 554 |
|
555 | 555 |
|
556 |
| - |
| 556 | + |
| 557 | + |
| 558 | + |
| 559 | + |
| 560 | + |
| 561 | + |
| 562 | + |
557 | 563 |
|
558 | 564 |
|
559 | 565 |
|
|
+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1582 | 1582 |
|
1583 | 1583 |
|
1584 | 1584 |
|
1585 |
| - |
| 1585 | + |
1586 | 1586 |
|
lib/matplotlib/axes/_axes.py
Copy file name to clipboardExpand all lines: lib/matplotlib/axes/_axes.py+8-8Lines changed: 8 additions & 8 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
3146 | 3146 |
|
3147 | 3147 |
|
3148 | 3148 |
|
3149 |
| - |
| 3149 | + |
3150 | 3150 |
|
3151 | 3151 |
|
3152 |
| - |
| 3152 | + |
3153 | 3153 |
|
3154 | 3154 |
|
3155 |
| - |
| 3155 | + |
3156 | 3156 |
|
3157 | 3157 |
|
3158 |
| - |
| 3158 | + |
3159 | 3159 |
|
3160 | 3160 |
|
3161 | 3161 |
|
| ||
3411 | 3411 |
|
3412 | 3412 |
|
3413 | 3413 |
|
3414 |
| - |
| 3414 | + |
3415 | 3415 |
|
3416 | 3416 |
|
3417 |
| - |
| 3417 | + |
3418 | 3418 |
|
3419 | 3419 |
|
3420 |
| - |
| 3420 | + |
3421 | 3421 |
|
3422 | 3422 |
|
3423 |
| - |
| 3423 | + |
3424 | 3424 |
|
3425 | 3425 |
|
3426 | 3426 |
|
|
+8-6Lines changed: 8 additions & 6 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
249 | 249 |
|
250 | 250 |
|
251 | 251 |
|
| 252 | + |
252 | 253 |
|
253 |
| - |
| 254 | + |
254 | 255 |
|
255 | 256 |
|
256 | 257 |
|
257 | 258 |
|
| 259 | + |
258 | 260 |
|
259 | 261 |
|
260 | 262 |
|
261 | 263 |
|
262 | 264 |
|
263 | 265 |
|
264 | 266 |
|
265 |
| - |
266 |
| - |
267 |
| - |
268 |
| - |
| 267 | + |
| 268 | + |
| 269 | + |
| 270 | + |
| 271 | + |
269 | 272 |
|
270 |
| - |
271 | 273 |
|
272 | 274 |
|
273 | 275 |
|
|
lib/matplotlib/backends/backend_ps.py
Copy file name to clipboardExpand all lines: lib/matplotlib/backends/backend_ps.py+4Lines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1452 | 1452 |
|
1453 | 1453 |
|
1454 | 1454 |
|
| 1455 | + |
| 1456 | + |
| 1457 | + |
| 1458 | + |
1455 | 1459 |
|
1456 | 1460 |
|
1457 | 1461 |
|
|
+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1071 | 1071 |
|
1072 | 1072 |
|
1073 | 1073 |
|
1074 |
| - |
| 1074 | + |
1075 | 1075 |
|
1076 | 1076 |
|
1077 | 1077 |
|
|
+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
710 | 710 |
|
711 | 711 |
|
712 | 712 |
|
713 |
| - |
| 713 | + |
714 | 714 |
|
715 | 715 |
|
716 | 716 |
|
|
lib/matplotlib/tests/test_backend_ps.py
Copy file name to clipboardExpand all lines: lib/matplotlib/tests/test_backend_ps.py+40Lines changed: 40 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
132 | 132 |
|
133 | 133 |
|
134 | 134 |
|
| 135 | + |
| 136 | + |
| 137 | + |
| 138 | + |
| 139 | + |
| 140 | + |
| 141 | + |
| 142 | + |
| 143 | + |
| 144 | + |
| 145 | + |
| 146 | + |
| 147 | + |
| 148 | + |
| 149 | + |
| 150 | + |
| 151 | + |
| 152 | + |
| 153 | + |
| 154 | + |
| 155 | + |
| 156 | + |
| 157 | + |
| 158 | + |
| 159 | + |
| 160 | + |
| 161 | + |
| 162 | + |
| 163 | + |
| 164 | + |
| 165 | + |
| 166 | + |
| 167 | + |
| 168 | + |
| 169 | + |
| 170 | + |
| 171 | + |
| 172 | + |
| 173 | + |
| 174 | + |
135 | 175 |
|
136 | 176 |
|
137 | 177 |
|
lib/mpl_toolkits/axes_grid1/axes_rgb.py
Copy file name to clipboardExpand all lines: lib/mpl_toolkits/axes_grid1/axes_rgb.py+3-3Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
205 | 205 |
|
206 | 206 |
|
207 | 207 |
|
208 |
| - |
209 |
| - |
210 |
| - |
| 208 | + |
| 209 | + |
| 210 | + |
211 | 211 |
|
212 | 212 |
|
213 | 213 |
|
|
0 commit comments