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

.

parent 6a8c13f8
No related branches found
No related tags found
No related merge requests found
...@@ -37,15 +37,15 @@ import plotter ...@@ -37,15 +37,15 @@ import plotter
### Functions argument description ### Functions argument description
Positional arguments for functions `plotter.dump, plotter.plot, plotter.ani_plot, plotter.plot_contour, plotter.avg_plot`: Positional arguments for functions `plotter.dump, plotter.plot, plotter.ani_plot, plotter.plot_contour, plotter.avg_plot`:
<ol> <ol>
<li>**filename**</li> <li>filename, type = string</li>
</ol> </ol>
Optional arguments for functions `plotter.plot, plotter.ani_plot, plotter.plot_contour, plotter.avg_plot`: Optional arguments for functions `plotter.plot, plotter.ani_plot, plotter.plot_contour, plotter.avg_plot`:
<ol> <ol>
<li>out</li> <li>out, type = string</li>
<li>oname</li> <li>oname, type = string</li>
<li>var</li> <li>var, type = string</li>
<li>mval</li> <li>mva, type = float</li>
</ol> </ol>
The argument `filename` is the name of a file to read for functions `plotter.plot, plotter.plot_contour, plotter.avg_plot` and the template of filenames for the function `plotter.ani_plot`. `out` is the output directory to save a function result. `oname` is the output name of a function result. `var` is a list or a single variable denoting names(name) to process (may be got from `plotter.dump` function). `mval` is a list or a single variable denoting maximum valid absolute values(value) of `var` variables: values which satisfy the condition `var` > `mval` are set as NaN. The argument `filename` is the name of a file to read for functions `plotter.plot, plotter.plot_contour, plotter.avg_plot` and the template of filenames for the function `plotter.ani_plot`. `out` is the output directory to save a function result. `oname` is the output name of a function result. `var` is a list or a single variable denoting names(name) to process (may be got from `plotter.dump` function). `mval` is a list or a single variable denoting maximum valid absolute values(value) of `var` variables: values which satisfy the condition `var` > `mval` are set as NaN.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment