{{ message }}
Commit 8a519c6
committed
Deprecate frameon kwarg and rcParam to savefig.
``frameon = False`` has *never* worked since its introduction in 2013
due to the buggy implementation that only took it into account if True:
if frameon:
original_frameon = self.get_frameon()
self.set_frameon(frameon)
(despite the doc stating otherwise). One can also set the facecolor
kwarg or savefig.facecolor rcParam to fully transparent for the same
effect.1 parent 4769f7b commit 8a519c6
6 files changed
Lines changed: 16 additions & 13 deletions
File tree
- doc/users/next_whats_new
- lib/matplotlib
- mpl-data/stylelib
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
787 | 787 | | |
788 | 788 | | |
789 | 789 | | |
790 | | - | |
| 790 | + | |
791 | 791 | | |
792 | | - | |
793 | 792 | | |
794 | 793 | | |
795 | 794 | | |
| 795 | + | |
796 | 796 | | |
797 | 797 | | |
798 | 798 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1934 | 1934 | | |
1935 | 1935 | | |
1936 | 1936 | | |
1937 | | - | |
| 1937 | + | |
1938 | 1938 | | |
1939 | 1939 | | |
1940 | 1940 | | |
| |||
2005 | 2005 | | |
2006 | 2006 | | |
2007 | 2007 | | |
2008 | | - | |
2009 | | - | |
2010 | | - | |
2011 | | - | |
2012 | | - | |
2013 | 2008 | | |
2014 | 2009 | | |
2015 | 2010 | | |
| |||
2025 | 2020 | | |
2026 | 2021 | | |
2027 | 2022 | | |
2028 | | - | |
2029 | | - | |
| 2023 | + | |
| 2024 | + | |
| 2025 | + | |
| 2026 | + | |
| 2027 | + | |
| 2028 | + | |
2030 | 2029 | | |
2031 | 2030 | | |
2032 | 2031 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
418 | 418 | | |
419 | 419 | | |
420 | 420 | | |
421 | | - | |
422 | 421 | | |
423 | 422 | | |
424 | 423 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
422 | 422 | | |
423 | 423 | | |
424 | 424 | | |
425 | | - | |
426 | 425 | | |
427 | 426 | | |
428 | 427 | | |
| |||

0 commit comments