Skip to content

Commit

Permalink
type fix. issue #52
Browse files Browse the repository at this point in the history
  • Loading branch information
erdogant committed May 17, 2024
1 parent 5dc1a56 commit bc14fb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pca/pca.py
Original file line number Diff line number Diff line change
Expand Up @@ -969,7 +969,7 @@ def plot(self, n_components=None, xsteps=None, title=None, visible=True, figsize
ax.set_xticklabels(xticklabel, rotation=90, ha='left', va='top')

plt.ylabel('Percentage explained variance')
plt.xlabel('Principle Component')
plt.xlabel('Principal Component')
plt.ylim([0, 1.05])
plt.xlim([0, len(explvar) + 1])
if title is None:
Expand Down

0 comments on commit bc14fb7

Please sign in to comment.