You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be better if the color were transformed logarithmically but there are a few bad values in the data (with negative z). The exception message doesn't explain what exactly goes wrong and what I should do with my data. Also I want to keep my data immutable, so I prefer to have some parameter for skipping non-colorable data - then "bad" points would be colored gray or something.
The text was updated successfully, but these errors were encountered:
The following code produces an exception
ends can't be None
:Without
trans
parameter I have this:It would be better if the color were transformed logarithmically but there are a few bad values in the data (with negative
z
). The exception message doesn't explain what exactly goes wrong and what I should do with my data. Also I want to keep my data immutable, so I prefer to have some parameter for skipping non-colorable data - then "bad" points would be colored gray or something.The text was updated successfully, but these errors were encountered: