Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
pyMOR
pymor
Commits
d7113051
Commit
d7113051
authored
Jan 12, 2023
by
mohamedadelnaguib
Browse files
Fixing a typo in the LTI tutorial
parent
21d7aad6
Changes
1
Hide whitespace changes
Inline
Side-by-side
docs/source/tutorial_lti_systems.md
View file @
d7113051
...
...
@@ -337,7 +337,7 @@ to display its plot by setting values for both the optional arguments ```input_i
plot with all possible input-output paris will be displayed.
```
{code-cell}
fig, axs = plt.subplots(
1
, 1, figsize=(8, 10), sharex=True, constrained_layout=True)
fig, axs = plt.subplots(
2
, 1, figsize=(8, 10), sharex=True, constrained_layout=True)
_ = fom.transfer_
function.bode_plot(w, ax=axs, input_indices=[1], output_indices=[0])
```
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment