You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
``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.
0 commit comments