Commit acf87f8c authored by Yusei Tahara's avatar Yusei Tahara

Jupyter: dpi 32 was small, 72 is better.

parent 09694da2
......@@ -152,7 +152,7 @@ def matplotlib_pre_run():
'figure.facecolor': (1,1,1,0),
'figure.edgecolor': (1,1,1,0),
'font.size': 10,
'figure.dpi': 36,
'figure.dpi': 72,
'figure.subplot.bottom' : .125
}
for key, value in rc.items():
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment