Skip to content
Snippets Groups Projects
Commit 678a46f1 authored by 数学の武士's avatar 数学の武士
Browse files

hotfix

parent b77f1383
Branches
No related tags found
No related merge requests found
......@@ -14,7 +14,7 @@ def dump(filename, var=[None], mval=[None]):
Plot.set(args, if_manual_plot=manual_plot, if_save_result=save_result)
Plot.dump()
def plot(filename, out = './', oname = 'fig.png', var=[None], mval=[None], min_y = None, max_y = None):
def plot(filename, out = './', oname = [None], var=[None], mval=[None], min_y = None, max_y = None):
Plot = Plotter()
args = Args([filename], Plot.plot, var=var, mval=mval, oname=oname, out=out)
Plot.set(args, if_manual_plot=manual_plot, if_save_result=save_result)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment