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
Compare revisions
8489d2f285d949a8a9be7c1b12d8e4bc13142669 to 68bcd4c5923c4698f92d592c3073ccfb955c4c8e
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
Lizzzka007/plotter-nse
Select target project
No results found
68bcd4c5923c4698f92d592c3073ccfb955c4c8e
Select Git revision
Branches
add-disp-flux-calc
main
Tags
v0.2
Swap
Target
Lizzzka007/plotter-nse
Select target project
Lizzzka007/plotter-nse
1 result
8489d2f285d949a8a9be7c1b12d8e4bc13142669
Select Git revision
Branches
add-disp-flux-calc
main
Tags
v0.2
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (2)
Update README.md
· 7ef1c65b
Administrator
authored
1 year ago
7ef1c65b
Merge branch 'root-main-patch-86876' into 'main'
· 68bcd4c5
数学の武士
authored
1 year ago
Update README.md See merge request
!4
68bcd4c5
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
View file @
68bcd4c5
...
@@ -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
)
...
...
This diff is collapsed.
Click to expand it.