Skip to content
Snippets Groups Projects

fixed plot size

Merged Peter Lünenschloß requested to merge fixPlotSize into develop
All threads resolved!
1 file
+ 2
0
Compare changes
  • Side-by-side
  • Inline
+ 2
0
@@ -176,6 +176,8 @@ def makeFig(
ax_kwargs.pop("fontsize", None) or plt.rcParams["font.size"]
)
plt.rcParams["figure.figsize"] = FIG_KWARGS["figsize"]
# set default axis sharing behavior (share x axis over rows if not explicitly opted sharex=False):
sharex = False
if len(d) > 1:
Loading