Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 402 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 402 Bytes

Matplotlib styles

My default neovision confs for matplotlib

Use

import matplotlib as mpl

mpl.style.use('https://raw.githubusercontent.com/AlanBlanchetNeovision/matplotlib_styles/master/neo-light.mplstyle')

Or

import matplotlib as mpl

mpl.style.use(['ggplot', 'https://raw.githubusercontent.com/AlanBlanchetNeovision/matplotlib_styles/master/neo-dark.mplstyle'])