Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Arepo
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
Volker Springel
Arepo
Commits
9fa6bfe2
Commit
9fa6bfe2
authored
Aug 31, 2019
by
Rainer Weinberger
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
small change in plot of example/mhd_shocktube_1d/check.py
parent
4d343e92
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
examples/mhd_shocktube_1d/check.py
examples/mhd_shocktube_1d/check.py
+1
-1
No files found.
examples/mhd_shocktube_1d/check.py
View file @
9fa6bfe2
...
...
@@ -104,7 +104,7 @@ while True:
ax
[
3
].
plot
(
x
[:,
0
],
absB
,
'b'
,
zorder
=
3
)
ax
[
3
].
plot
(
x
[:,
0
],
absB
,
'r+'
,
zorder
=
2
)
ax
[
3
].
plot
(
checkData
[:,
0
],
checkData
[:,
4
],
c
=
'k'
,
zorder
=
1
,
lw
=
0.7
)
ax
[
3
].
set_ylabel
(
r'
abs(B)
'
)
ax
[
3
].
set_ylabel
(
r'
$\left|\mathbf{B}\right|$
'
)
ax
[
3
].
set_xlabel
(
r'position'
)
ax
[
3
].
set_xlim
([
-
0.1
,
2.6
])
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment