Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
plotter-nse
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
数学の武士
plotter-nse
Merge requests
!4
Update README.md
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Update README.md
root-main-patch-86876
into
main
Overview
0
Commits
1
Pipelines
0
Changes
1
Merged
Administrator
requested to merge
root-main-patch-86876
into
main
1 year ago
Overview
0
Commits
1
Pipelines
0
Changes
1
Expand
0
0
Merge request reports
Compare
main
main (base)
and
latest version
latest version
7ef1c65b
1 commit,
1 year ago
1 file
+
19
−
1
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
README.md
+
19
−
1
Options
@@ -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
)
Loading