Moved left margin to the left.
Last checkin had the same commit message. But I ran it in ./styles, so the notebooks were not commited.
This commit is contained in:
@@ -6,8 +6,6 @@ def load_style():
|
||||
styles = open("./styles/custom2.css", "r").read()
|
||||
return HTML(styles)
|
||||
|
||||
|
||||
pylab.rcParams['figure.figsize'] = 12,6
|
||||
pylab.rcParams['axes.color_cycle'] = '348ABD, 7A68A6, A60628, 467821, CF4457, 188487, E24A33'
|
||||
pylab.rcParams['lines.linewidth'] = 1
|
||||
|
||||
@@ -18,7 +16,7 @@ pylab.rcParams['patch.edgecolor'] = 'eeeeee'
|
||||
pylab.rcParams['patch.antialiased'] = True
|
||||
pylab.rcParams['font.family'] = 'monospace'
|
||||
pylab.rcParams['font.size'] = 10.0
|
||||
pylab.rcParams['font.monospace'] = 'Andale Mono, Nimbus Mono L, Courier New, Courier, Fixed, Terminal, monospace'
|
||||
#pylab.rcParams['font.monospace'] = 'Andale Mono, Nimbus Mono L, Courier New, Courier, Fixed, Terminal, monospace'
|
||||
pylab.rcParams['axes.facecolor'] = 'eeeeee'
|
||||
pylab.rcParams['axes.edgecolor'] = 'bcbcbc'
|
||||
pylab.rcParams['axes.linewidth'] = 1
|
||||
@@ -37,4 +35,5 @@ pylab.rcParams['legend.fancybox'] = True
|
||||
pylab.rcParams['figure.facecolor'] = '0.85'
|
||||
pylab.rcParams['figure.edgecolor'] = '0.50'
|
||||
pylab.rcParams['figure.subplot.hspace'] = 0.5
|
||||
pylab.rcParams['figure.figsize'] = 12,6
|
||||
|
||||
|
||||
Reference in New Issue
Block a user