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

Don't share y axis due to display bug in matplotlib

parent fd06902b
No related branches found
No related tags found
No related merge requests found
......@@ -44,7 +44,7 @@ def main():
ncols=3,
figsize=(16, 10),
sharex=True,
sharey=True,
sharey=False,
constrained_layout=True)
for ax, floor in zip(axes.flatten(), range(1, 19)):
......
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