Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork7.9k
Commit6516c1c
committed
Allow kwarg handles and labels figure.legend
Allow kwarg handles and labels figure.legendSmall refactor of check for labels so it is inside legend.Legendattempt to refactor legend; not passing testssmall typoMoved kwarg documentation out of child functions and into legend.Fixed documentation passthroughs so they work properlyFixed documentation passthroughs so they work properlyRemerge master, small changesFixed testsRemove repeated labels if same linestyleRemove repeated labels if same linestyleRemoved ability of third positional argument for axes.legendDeprecate third psotionsal argument for fig.legendAllow parasite axes to call legend(): parasite_simple.pyFixed docFixed docAdded twinx test for legendmerge fixmerge fixFixed legend handling of handles-only input; added error messageFixed legend handling of handles-only input for py27small doc change legend1 parente10c523 commit6516c1c
File tree
5 files changed
+742
-248
lines changed- lib
- matplotlib
- axes
- tests
- mpl_toolkits/axes_grid1
5 files changed
+742
-248
lines changedLines changed: 16 additions & 79 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
252 | 252 |
| |
253 | 253 |
| |
254 | 254 |
| |
255 |
| - | |
256 |
| - | |
257 |
| - | |
258 |
| - | |
259 |
| - | |
260 |
| - | |
261 |
| - | |
262 |
| - | |
263 |
| - | |
264 |
| - | |
265 |
| - | |
266 |
| - | |
267 |
| - | |
268 |
| - | |
269 |
| - | |
270 |
| - | |
271 |
| - | |
272 |
| - | |
273 |
| - | |
274 |
| - | |
275 |
| - | |
276 | 255 |
| |
277 | 256 |
| |
278 | 257 |
| |
| |||
283 | 262 |
| |
284 | 263 |
| |
285 | 264 |
| |
286 |
| - | |
287 |
| - | |
288 |
| - | |
289 |
| - | |
290 |
| - | |
291 |
| - | |
292 |
| - | |
293 | 265 |
| |
| 266 | + | |
| 267 | + | |
| 268 | + | |
294 | 269 |
| |
295 | 270 |
| |
| 271 | + | |
296 | 272 |
| |
297 | 273 |
| |
298 | 274 |
| |
| |||
328 | 304 |
| |
329 | 305 |
| |
330 | 306 |
| |
| 307 | + | |
331 | 308 |
| |
332 | 309 |
| |
333 | 310 |
| |
| |||
497 | 474 |
| |
498 | 475 |
| |
499 | 476 |
| |
| 477 | + | |
| 478 | + | |
| 479 | + | |
| 480 | + | |
| 481 | + | |
500 | 482 |
| |
501 | 483 |
| |
502 | 484 |
| |
| |||
509 | 491 |
| |
510 | 492 |
| |
511 | 493 |
| |
512 |
| - | |
513 |
| - | |
514 |
| - | |
515 |
| - | |
516 |
| - | |
517 |
| - | |
518 |
| - | |
519 |
| - | |
520 |
| - | |
521 |
| - | |
522 |
| - | |
523 |
| - | |
524 |
| - | |
525 |
| - | |
526 |
| - | |
527 |
| - | |
528 |
| - | |
529 |
| - | |
530 |
| - | |
531 |
| - | |
532 |
| - | |
533 |
| - | |
534 |
| - | |
535 |
| - | |
536 |
| - | |
537 |
| - | |
538 |
| - | |
539 |
| - | |
540 |
| - | |
541 |
| - | |
542 |
| - | |
543 |
| - | |
544 |
| - | |
545 |
| - | |
546 |
| - | |
547 |
| - | |
548 |
| - | |
549 |
| - | |
550 |
| - | |
551 |
| - | |
552 |
| - | |
553 |
| - | |
554 |
| - | |
555 |
| - | |
556 |
| - | |
557 |
| - | |
558 |
| - | |
559 |
| - | |
560 |
| - | |
561 |
| - | |
562 |
| - | |
| 494 | + | |
| 495 | + | |
| 496 | + | |
| 497 | + | |
| 498 | + | |
| 499 | + | |
563 | 500 |
| |
564 | 501 |
| |
565 | 502 |
| |
|
0 commit comments
Comments
(0)