Skip to content

Commit

Permalink
Tight_layout() in CorrelationFunctionSysTest plot() method as per Hir…
Browse files Browse the repository at this point in the history
…onao's suggetsion (#77)
  • Loading branch information
msimet committed Mar 1, 2016
1 parent 5a7eda6 commit 46b3c4b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions stile/sys_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -591,6 +591,7 @@ def plot(self, data, colors=['r', 'b'], log_yscale=False,
ax.set_ylabel(pd.y_title)
ax.legend()
ax.set_xlabel(r)
plt.tight_layout()
return fig

def __call__(self, *args, **kwargs):
Expand Down

0 comments on commit 46b3c4b

Please sign in to comment.