update for subplot support
This commit is contained in:
parent
581a05201e
commit
db9b4842d2
3 changed files with 91 additions and 32 deletions
|
@ -10,10 +10,11 @@ import matplotlib
|
|||
from matplotlib import rcParams, pyplot as pp
|
||||
from cycler import cycler
|
||||
|
||||
rcParams['grid.alpha'] = 0.7
|
||||
rcParams['grid.alpha'] = 0.5
|
||||
rcParams['grid.linestyle'] = ':'
|
||||
rcParams['font.family'] = ['serif']
|
||||
rcParams['font.size'] = 8.0
|
||||
rcParams['font.size'] = 6.5
|
||||
rcParams['mathtext.fontset'] = 'dejavuserif'
|
||||
rcParams['mathtext.fontset'] = 'dejavuserif'
|
||||
rcParams['mathtext.it'] = 'serif:italic'
|
||||
rcParams['mathtext.bf'] = 'serif:bold'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue