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

Merge branch 'root-main-patch-86876' into 'main'

Update README.md

See merge request !4
parents 8489d2f2 7ef1c65b
No related branches found
No related tags found
1 merge request!4Update README.md
...@@ -5,7 +5,7 @@ Python plot tools for nse projects. ...@@ -5,7 +5,7 @@ Python plot tools for nse projects.
Clone current repository and go the downloaded directory Clone current repository and go the downloaded directory
```shell ```shell
git clone http://tesla.parallel.ru/Lizzzka007/plotter-nse git clone http://tesla.parallel.ru/Lizzzka007/plotter-nse.git
cd plotter-nse cd plotter-nse
``` ```
...@@ -154,6 +154,24 @@ Optional arguments: ...@@ -154,6 +154,24 @@ Optional arguments:
4. float or [float] $`mval`$ 4. float or [float] $`mval`$
5. bool or [bool] $`transpose`$ 5. bool or [bool] $`transpose`$
### Plotting slices of 3D data
```python
plotter.slice(filename, plane, slice_position)
```
Function saves `plane` slice contour plots of 3D data contained in file `filename` into the *out/oname* file.
Positional arguments:
1. string $`filename`$
2. string $`plane`$ can be `xy`, `xz`, `yz`
3. float $`slice_position`$
Optional arguments:
1. string $`out`$
2. string or [string] $`oname`$
3. string or [string] $`var`$
4. float or [float] $`mval`$
5. bool or [bool] $`transpose`$
### Plotting difference of N-d data ### Plotting difference of N-d data
```python ```python
plotter.plot_diff(filename, ndim) plotter.plot_diff(filename, ndim)
......
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