Created
December 3, 2015 19:49
-
-
Save mwaskom/7be0963cc57f6c89f7b2 to your computer and use it in GitHub Desktop.
Use seaborn with a dark background, if you like that sort of thing.
Yes - thank you! PS - any idea how to add grid?
@hugadams
Just change style="ticks"
to style="darkgrid"
and add the following line:
plt.rcParams.update({"grid.linewidth":0.5, "grid.alpha":0.5})
# To enhance the grid's aesthetics
Thank you for this!
A huge thanks to you.
How do I revert to the original style?
Thank You!
Very Helpful my friend! Thank you :)
Nice!
Nice, thanks!
ohh my God Thank you
Thanks, you save my eyes.
Thanks!!
Gracias man...
Спасибо, Чувак !!!!
братик
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Have been searching everywhere to figure out how to do this, thank you