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
Currently the aes macro is very picky about the kind of NimNodes it accepts. Sometimes if one wishes to assign a scalar value (and in theory even a vector like value as long as the length is same as DF length), it would be nice to support arbitrary expressions, e.g.:
aes(xMin = min(df["x", float]))
The text was updated successfully, but these errors were encountered:
Currently the
aes
macro is very picky about the kind of NimNodes it accepts. Sometimes if one wishes to assign a scalar value (and in theory even a vector like value as long as the length is same as DF length), it would be nice to support arbitrary expressions, e.g.:The text was updated successfully, but these errors were encountered: