Skip to content
Snippets Groups Projects
Commit 4a04edf4 authored by Wuttke, Joachim's avatar Wuttke, Joachim
Browse files

[i522c] preset number of subplots ()

Merging branch 'i522c'  into 'main'.

See merge request !1656
parents 634bae86 31ee7cba
No related branches found
No related tags found
1 merge request!1656preset number of subplots
Pipeline #100875 passed
...@@ -83,7 +83,7 @@ def plot(field): ...@@ -83,7 +83,7 @@ def plot(field):
""" """
Demonstrates modified data plots. Demonstrates modified data plots.
""" """
plt.figure(figsize=(12.80, 10.24)) plt.subplots(2, 2, figsize=(12.80, 10.24))
print(datetime.datetime.now().time(), "Subplot 1", flush=True) print(datetime.datetime.now().time(), "Subplot 1", flush=True)
plt.subplot(2, 2, 1) plt.subplot(2, 2, 1)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment