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
Deprecate savefig.facecolor, savefig.edgecolor, and savefig.transparent.
They cause a number of complications for print_figure (which needs to
temporarily switch the figure and axes face and edge colors) that are
unnecessary (the user can directly set the color they wish (including
transparent) on the figure patch instead; an rcParam is even available
for that purpose).
Copy file name to clipboardExpand all lines: lib/matplotlib/backends/web_backend/nbagg_uat.ipynb
+2-4Lines changed: 2 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -399,8 +399,7 @@
399
399
"\n",
400
400
"### UAT 15 - Figure face colours\n",
401
401
"\n",
402
-
"The nbagg honours all colours appart from that of the figure.patch. The two plots below should produce a figure with a red background. There should be no yellow figure."
403
-
]
402
+
"The nbagg honours all colours appart from that of the figure.patch. The two plots below should produce a figure with a red background."
0 commit comments