Skip to content

Commit

Permalink
scree
Browse files Browse the repository at this point in the history
  • Loading branch information
Rama Vasudevan committed Oct 3, 2022
1 parent b138cf9 commit 5857522
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sidpy/viz/plot_utils/curve.py
Original file line number Diff line number Diff line change
Expand Up @@ -528,6 +528,6 @@ def plot_scree(scree, title='Scree', **kwargs):
axis.set_title(title)
axis.set_xlim(left=1, right=len(scree))
axis.set_ylim(bottom=np.min(scree), top=np.max(scree))
fig.canvas.set_window_title(title)
fig.canvas.manager.set_window_title(title)

return fig, axis

0 comments on commit 5857522

Please sign in to comment.