Commit 4acd892
committed
BUG : use kwargs if both handles and labels passed
If both handle and labels were passed to Axes.legend
they would both be discarded in favor of the auto-generated
handles/labels.
Also added a warning that if mixed positional/keyword arguments
are used (something is going to be ignored).1 parent 2129a40 commit 4acd892
1 file changed
Lines changed: 10 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
459 | 459 | | |
460 | 460 | | |
461 | 461 | | |
462 | | - | |
| 462 | + | |
| 463 | + | |
| 464 | + | |
| 465 | + | |
| 466 | + | |
| 467 | + | |
| 468 | + | |
| 469 | + | |
| 470 | + | |
| 471 | + | |
463 | 472 | | |
464 | 473 | | |
465 | 474 | | |
| |||
0 commit comments