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

hotfix

parent d9d7e427
No related branches found
No related tags found
No related merge requests found
...@@ -60,7 +60,7 @@ def avg_plot(filename, out = './', oname = 'fig.png', var=[None], mval=[None]): ...@@ -60,7 +60,7 @@ def avg_plot(filename, out = './', oname = 'fig.png', var=[None], mval=[None]):
Plot.set(args, if_manual_plot=manual_plot, if_save_result=save_result) Plot.set(args, if_manual_plot=manual_plot, if_save_result=save_result)
Plot.avg_plot() Plot.avg_plot()
def plot_diff(filename, out = './', oname = 'fig.png', var=[None], mval=[None], ndim = 1): def plot_diff(filename, ndim, out = './', oname = 'fig.png', var=[None], mval=[None]):
Plot = Plotter() Plot = Plotter()
args = Args(filename, Plot.plot_diff, var=var, mval=mval, oname=oname, out=out, ndim=ndim) args = Args(filename, Plot.plot_diff, var=var, mval=mval, oname=oname, out=out, ndim=ndim)
Plot.set(args, if_manual_plot=manual_plot, if_save_result=save_result) 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.
Finish editing this message first!
Please register or to comment