Skip to content
Snippets Groups Projects
Commit 539261a3 authored by Tamas Gal's avatar Tamas Gal :speech_balloon:
Browse files

Fix typo

parent a7864dff
No related branches found
No related tags found
No related merge requests found
......@@ -128,7 +128,7 @@ class ZTPlot(kp.Module):
sharex=True,
sharey=True,
figsize=(16, 8),
constrained=True)
constrained_layout=True)
axes = [axes] if n_plots == 1 else axes.flatten()
......
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