Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
m-schakel committed Nov 6, 2021
1 parent 7e60173 commit 45d452e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wmo_case_libraries.py
Original file line number Diff line number Diff line change
Expand Up @@ -472,8 +472,8 @@ def biplot(score, y, coeff, labels=None, plot_pc=(0, 1)):
color='g',
ha='center',
va='center')
plt.xlim(-1, 1)
plt.ylim(-1, 1)
plt.xlim(-0.75, 0.75)
plt.ylim(-0.75, 0.75)
plt.xlabel("Principle Component {}".format(plot_pc[0] + 1))
plt.ylabel("Principle Component {}".format(plot_pc[1] + 1))
plt.grid()
Expand Down
Binary file modified wmo_data_merged_agg.xlsx
Binary file not shown.

0 comments on commit 45d452e

Please sign in to comment.