Sunday, May 7, 2017

Black Background Matplotlib

Black Background Matplotlib

_images/plot_dark_background_1.png


Seaborn on dark background


enter image description here


plt.style.use('ggplot') new_style = {'grid': False} matplotlib.rc('axes', **new_style) rcParams['figure.figsize'] = (12, 12) #Size of figure ...


Black Background Matplotlib