Added function to change plot size.

This commit is contained in:
Roger Labbe 2015-02-17 16:10:24 -08:00
parent 27d8c7a455
commit 5e479234e1

View File

@ -38,7 +38,9 @@ def equal_axis():
def reset_axis():
pylab.rcParams['figure.figsize'] = 12, 6
def set_figsize(x, y):
pylab.rcParams['figure.figsize'] = x, y
def _decode_list(data):
rv = []
for item in data: