Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Daniel Ruprecht
maxey-riley
Commits
0ac27ed4
Commit
0ac27ed4
authored
Sep 27, 2022
by
Leon Schlegel
Browse files
I mixed up the labels of the plot
parent
d8b337ab
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
scripts/eigenvalues.py
scripts/eigenvalues.py
+2
-2
No files found.
scripts/eigenvalues.py
View file @
0ac27ed4
...
...
@@ -44,8 +44,8 @@ for N,N_fd in enumerate(Nlist):
plt
.
figure
(
1
)
plt
.
clf
()
plt
.
loglog
(
Nlist
,
eigCol
,
label
=
'max |eig(
dL
)|'
)
plt
.
loglog
(
Nlist
,
eigCD
,
label
=
'max |eig(
A
)|'
)
plt
.
loglog
(
Nlist
,
eigCol
,
label
=
'max |eig(
A
)|'
)
plt
.
loglog
(
Nlist
,
eigCD
,
label
=
'max |eig(
dL
)|'
)
plt
.
xlabel
(
"Number of space nodes"
)
plt
.
ylabel
(
"Spectralradius"
)
plt
.
legend
()
...
...
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