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
The way we handle color mapping (via with_color) doesn't work with plotly.
Not sure how to hand plotly a colorRamp like function, which is in the aes_map(data)$color, so right now (just in fscatterplot), when the color is mapped to a continuous trait, we let plotly do its default thing (use viridis) by not passing anything to the add_markers(colors) parameter.
The text was updated successfully, but these errors were encountered:
The way we handle color mapping (via
with_color
) doesn't work with plotly.Not sure how to hand plotly a colorRamp like function, which is in the
aes_map(data)$color
, so right now (just in fscatterplot), when the color is mapped to a continuous trait, we let plotly do its default thing (use viridis) by not passing anything to theadd_markers(colors)
parameter.The text was updated successfully, but these errors were encountered: