Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
IENT
GDET3-Demos
Commits
a4549a5e
Commit
a4549a5e
authored
Nov 19, 2019
by
Christian Rohlfing
Browse files
- minor typo fixed in laplace_plot.py
parent
e117810a
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/laplace/laplace_plot.py
View file @
a4549a5e
...
...
@@ -118,7 +118,7 @@ class pzPlot():
self
.
handles
[
'axH'
]
=
plt
.
subplot
(
gs
[
1
,
1
])
self
.
handles
[
'axH'
].
set_title
(
'Übertragungsfunktion'
,
fontsize
=
'12'
)
self
.
handles
[
'axH'
].
set_xlabel
(
r
'$\rightarrow f$'
)
self
.
handles
[
'axH'
].
set_ylabel
(
r
'$\uparrow
\mathrm{
|H(f)|
}
$ [dB]'
)
self
.
handles
[
'axH'
].
set_ylabel
(
r
'$\uparrow |H(f)|$ [dB]'
)
self
.
handles
[
'lineH'
],
=
self
.
handles
[
'axH'
].
plot
(
self
.
f
,
self
.
f
)
ient_axis
(
self
.
handles
[
'axH'
])
self
.
handles
[
'axH'
].
spines
[
'bottom'
].
set_position
((
'outward'
,
0
))
...
...
Write
Preview
Supports
Markdown
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