Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork7.9k
Commitf118949

James Evans
Added keyword arguments 'thetaunits' and 'runits' for polar plots.
Fixed PolarAxes so that when it set default Formatters, it marked them as such.Fixed semilogx and semilogy to no longer blindly reset the ticker information on the non-log axis.Axes.arrow can now accept unitized data.svn path=/trunk/matplotlib/; revision=86241 parentd732194 commitf118949
File tree
5 files changed
+32
-7
lines changed- lib/matplotlib
- projections
- testing/jpl_units
- tests
5 files changed
+32
-7
lines changedLines changed: 7 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
1 | 8 |
| |
2 | 9 |
| |
3 | 10 |
| |
|
Lines changed: 15 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
178 | 178 |
| |
179 | 179 |
| |
180 | 180 |
| |
| 181 | + | |
| 182 | + | |
181 | 183 |
| |
| 184 | + | |
| 185 | + | |
182 | 186 |
| |
183 | 187 |
| |
184 | 188 |
| |
| |||
1554 | 1558 |
| |
1555 | 1559 |
| |
1556 | 1560 |
| |
| 1561 | + | |
| 1562 | + | |
1557 | 1563 |
| |
1558 | 1564 |
| |
1559 | 1565 |
| |
| |||
1563 | 1569 |
| |
1564 | 1570 |
| |
1565 | 1571 |
| |
| 1572 | + | |
| 1573 | + | |
1566 | 1574 |
| |
1567 | 1575 |
| |
1568 | 1576 |
| |
| |||
3953 | 3961 |
| |
3954 | 3962 |
| |
3955 | 3963 |
| |
3956 |
| - | |
3957 | 3964 |
| |
3958 | 3965 |
| |
3959 | 3966 |
| |
| |||
4004 | 4011 |
| |
4005 | 4012 |
| |
4006 | 4013 |
| |
4007 |
| - | |
4008 | 4014 |
| |
4009 | 4015 |
| |
4010 | 4016 |
| |
| |||
6286 | 6292 |
| |
6287 | 6293 |
| |
6288 | 6294 |
| |
| 6295 | + | |
| 6296 | + | |
| 6297 | + | |
| 6298 | + | |
| 6299 | + | |
| 6300 | + | |
| 6301 | + | |
6289 | 6302 |
| |
6290 | 6303 |
| |
6291 | 6304 |
| |
|
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
220 | 220 |
| |
221 | 221 |
| |
222 | 222 |
| |
| 223 | + | |
223 | 224 |
| |
224 | 225 |
| |
225 | 226 |
| |
|
Lines changed: 1 addition & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
79 | 79 |
| |
80 | 80 |
| |
81 | 81 |
| |
82 |
| - | |
83 |
| - | |
84 |
| - | |
85 |
| - | |
86 |
| - | |
| 82 | + | |
87 | 83 |
| |
88 | 84 |
| |
89 | 85 |
| |
|
Lines changed: 8 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
279 | 279 |
| |
280 | 280 |
| |
281 | 281 |
| |
| 282 | + | |
282 | 283 |
| |
283 | 284 |
| |
284 | 285 |
| |
285 | 286 |
| |
| 287 | + | |
286 | 288 |
| |
287 | 289 |
| |
288 | 290 |
| |
| |||
299 | 301 |
| |
300 | 302 |
| |
301 | 303 |
| |
| 304 | + | |
| 305 | + | |
| 306 | + | |
| 307 | + | |
| 308 | + | |
| 309 | + | |
302 | 310 |
| |
303 | 311 |
| |
304 | 312 |
| |
|
0 commit comments
Comments
(0)