Skip to content

How to plot the data #6

@JayGao1219

Description

@JayGao1219

I have downloaded the data, and I try to plot the data in this way.

U1_X=np.load('U1_features_X.npy')
data=U1_X[0][0]
plt.imshow(data, extent=[0,3,0,128], cmap='magma',vmin=np.min(data), vmax=np.max(data), aspect='auto')

But I did't get something like fig3 in your paper.
Can you tell me how to plot the data correctly?
thanks

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions