Skip to content
Snippets Groups Projects

Removes all tight_layout calls

Merged Loïc Le Guyader requested to merge no_tight_layout into master
2 unresolved threads
Files
5
@@ -1102,7 +1102,6 @@ def calibrateTIM(data, rollingWindow=200, mcp=1, plot=False, use_apd=True, intst
ax.set_ylabel(label_trace, size=10)
ax.set_xlabel('sample #', size=10)
ax.legend(fontsize=8)
plt.tight_layout()
return F
Loading