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

.

parent ff59252d
No related branches found
No related tags found
No related merge requests found
...@@ -26,6 +26,8 @@ conda develop . ...@@ -26,6 +26,8 @@ conda develop .
``` ```
## Usage ## Usage
Data must be stored either in *Tecplot* ASCII file with *.plt* or *.nsx* extensions.
After installation you can use *plotter-python* tools in your python scripts. After installation you can use *plotter-python* tools in your python scripts.
Import *plotter* module somewhere at the beginning of your script Import *plotter* module somewhere at the beginning of your script
```python ```python
...@@ -51,7 +53,6 @@ The argument `filename` is the name of a file to read for functions `plotter.plo ...@@ -51,7 +53,6 @@ The argument `filename` is the name of a file to read for functions `plotter.plo
### Get variable names from file ### Get variable names from file
Use `plotter.dump(filename)` to get variable names in file `filename`. Use `plotter.dump(filename)` to get variable names in file `filename`.
Data must be stored either in *Tecplot* ASCII file with *.plt* or *.nsx* extensions.
### Plotting a 1D data ### Plotting a 1D data
Calling Calling
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment