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
It seems enplot generates all figures with a transparent background. This (with the standard black font color) obstructs their view in dark interface mode (e.g. JupyterLab or sharing on Slack).
I have not found an option to set a background color (e.g. white). As a workaround, I re-implemented show_ipython to replace transparency with white according to this StackOverflow answer.
Another way around this could be setting font_color='FFFFFF', which, however, would cause issues with some light-mode viewers. A fixed background color seems like a more universal solution.
The text was updated successfully, but these errors were encountered:
It seems
enplot
generates all figures with a transparent background. This (with the standard black font color) obstructs their view in dark interface mode (e.g. JupyterLab or sharing on Slack).I have not found an option to set a background color (e.g. white). As a workaround, I re-implemented
show_ipython
to replace transparency with white according to this StackOverflow answer.Another way around this could be setting
font_color='FFFFFF'
, which, however, would cause issues with some light-mode viewers. A fixed background color seems like a more universal solution.The text was updated successfully, but these errors were encountered: