Skip to content

Commit

Permalink
FIx cov_real plot
Browse files Browse the repository at this point in the history
  • Loading branch information
JKomorniczak committed Oct 24, 2023
1 parent 6438bfe commit e2e73cf
Show file tree
Hide file tree
Showing 3 changed files with 44,795 additions and 39,832 deletions.
2 changes: 1 addition & 1 deletion E5_cov_real.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
c = np.abs(np.cov(X_all))

ax = axx[0, f_id]
ax.set_ylabel('%s' % (f))
ax.set_title('%s' % (f))
# print(np.nanmin(c), np.nanmax(c))
im = ax.imshow(c, cmap='Greys', vmin=0, vmax=1)
ax.set_xticks(range(len(labels)), labels, rotation=90)
Expand Down
Loading

0 comments on commit e2e73cf

Please sign in to comment.