{{ message }}
Commit d8a126c
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 8d66b47 commit d8a126c
6 files changed
Lines changed: 16 additions & 12 deletions
File tree
- doc/api/next_api_changes
- lib/matplotlib
- mpl-data/stylelib
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
758 | 758 | | |
759 | 759 | | |
760 | 760 | | |
761 | | - | |
762 | 761 | | |
763 | 762 | | |
764 | 763 | | |
| 764 | + | |
765 | 765 | | |
766 | 766 | | |
767 | 767 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1975 | 1975 | | |
1976 | 1976 | | |
1977 | 1977 | | |
1978 | | - | |
| 1978 | + | |
1979 | 1979 | | |
1980 | 1980 | | |
1981 | 1981 | | |
| |||
2057 | 2057 | | |
2058 | 2058 | | |
2059 | 2059 | | |
2060 | | - | |
2061 | | - | |
2062 | | - | |
2063 | | - | |
2064 | | - | |
2065 | 2060 | | |
2066 | 2061 | | |
2067 | 2062 | | |
| |||
2087 | 2082 | | |
2088 | 2083 | | |
2089 | 2084 | | |
2090 | | - | |
2091 | | - | |
| 2085 | + | |
| 2086 | + | |
| 2087 | + | |
| 2088 | + | |
| 2089 | + | |
| 2090 | + | |
| 2091 | + | |
| 2092 | + | |
2092 | 2093 | | |
2093 | 2094 | | |
2094 | 2095 | | |
| |||
| 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