Skip to content
Snippets Groups Projects

fixed plot size

Merged Peter Lünenschloß requested to merge fixPlotSize into develop
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -176,7 +176,7 @@ def makeFig(
ax_kwargs.pop("fontsize", None) or plt.rcParams["font.size"]
)
plt.rcParams["figure.figsize"] = [16, 9]
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
Loading