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
Hi @philipc2, I have another small question about something that doesn't seem to be working. I would like to use the .where() functionality with a uxds array, something like
variable = variable.where(variable<0,0)
and this doesn't give any complaints by itself, but when I try to plot the result of something like this, it gives a weird complaint about not recognizing the "title" I've put into the .plot() command. Here is the code I'm trying to use:
Hi @philipc2, I have another small question about something that doesn't seem to be working. I would like to use the
.where()
functionality with a uxds array, something likeand this doesn't give any complaints by itself, but when I try to plot the result of something like this, it gives a weird complaint about not recognizing the "title" I've put into the
.plot()
command. Here is the code I'm trying to use:If I comment out the line with
.where()
and uncomment theabs()
value line, it plots fine. But as is, it complains about thetitle
:Any ideas? Does
.where()
not work yet with UXARRAY? Thanks!Originally posted by @bstephens82 in #861 (comment)
The text was updated successfully, but these errors were encountered: