'darkgrid' style has trasparent background
See original GitHub issueHi,
I’m not sure this is a seaborn issue but I just update to ipython 3 and the seaborn style darkgrid
shows a transparent (white) background and no grid (probably invisible due to the white notebook background).
System info: Windows 7 x64, anaconda 64bits, matplotlib 1.4.3, seaborn 0.5.1, ipython 3.
Issue Analytics
- State:
- Created 9 years ago
- Comments:9 (5 by maintainers)
Top Results From Across the Web
How to have a transparent figure with a darkgrid background ...
You can update matplotlib 's rcParams to make the figure background transparent but keep the grid active, adding this to your code:
Read more >seaborn.set_style — seaborn 0.12.1 documentation - PyData |
The style parameters control properties like the color of the background and whether a grid is enabled by default. This is accomplished using...
Read more >Seaborn Styling, Part 1: Figure Style and Scale - Codecademy
In this section, we'll explore three main aspects of customizing figures in Seaborn - background color, grids, and spines - and how these...
Read more >Seaborn | Style And Color - GeeksforGeeks
darkgrid ; ticks. Set the background to be white: Given style with the help of countplot and the dataset is present in seaborn ......
Read more >Dark background style sheet — Matplotlib 3.6.2 documentation
Note that not all plot elements default to colors defined by an rc parameter. 'dark_background' style sheet. import numpy as np import matplotlib....
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I think they changed something about how setting inline plots work that overrides the configuration seaborn does; you can call
sns.set()
orsns.set_style
after you change your backend.Opened an issue on IPython, so we’ll wee what they do. Closing here as nothing to do on the seaborn side of things.