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
Commits
68bcd4c5
Commit
68bcd4c5
authored
1 year ago
by
数学の武士
Browse files
Options
Downloads
Plain Diff
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
!4
Update README.md
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+19
-1
19 additions, 1 deletion
README.md
with
19 additions
and
1 deletion
README.md
+
19
−
1
View file @
68bcd4c5
...
...
@@ -5,7 +5,7 @@ Python plot tools for nse projects.
Clone current repository and go the downloaded directory
```
shell
git clone http://tesla.parallel.ru/Lizzzka007/plotter-nse
git clone http://tesla.parallel.ru/Lizzzka007/plotter-nse
.git
cd
plotter-nse
```
...
...
@@ -154,6 +154,24 @@ Optional arguments:
4.
float or [float] $
`mval`
$
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
```
python
plotter
.
plot_diff
(
filename
,
ndim
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment