Replies: 1 comment 2 replies
-
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I'm trying to drop nan values of 2D Array and plot the image. However, I wanna keep the original distribution with nan values inside.
Here's an example:
I wanna plot the Array inside the red box.

I have tried to use
dropna
:This will drop nan values between them.

Any idea how to plot valid data and keep the red box part?
Because the nan values are random in my real data, I can not use
sel
orisel
to select them manually.Beta Was this translation helpful? Give feedback.
All reactions