question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

'darkgrid' style has trasparent background

See original GitHub issue

Hi,

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:closed
  • Created 9 years ago
  • Comments:9 (5 by maintainers)

github_iconTop GitHub Comments

5reactions
mwaskomcommented, Mar 2, 2015

I think they changed something about how setting inline plots work that overrides the configuration seaborn does; you can call sns.set() or sns.set_style after you change your backend.

0reactions
mwaskomcommented, Mar 7, 2015

Opened an issue on IPython, so we’ll wee what they do. Closing here as nothing to do on the seaborn side of things.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found