Commit fb49e11
authored
Do not hardcode fill=False in mark_inset
There should not be any reason to hardcode fill=False in `mark_inset`. This prevents having a filled Bbox_Patch. With the proposed change, something like `mark_inset(ax,axins,loc1=1,loc2=3, fill=True, edgecolor="k", facecolor="lightgrey")` will again be possible (it was in v1.3 but got broken at some point).1 parent b0a0a8e commit fb49e11
1 file changed
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
578 | 578 | | |
579 | 579 | | |
580 | 580 | | |
581 | | - | |
582 | | - | |
| 581 | + | |
| 582 | + | |
| 583 | + | |
583 | 584 | | |
584 | 585 | | |
585 | 586 | | |
| |||
0 commit comments