-
Notifications
You must be signed in to change notification settings - Fork 633
spurious warning when mapping marker size #1367
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I'm getting the same warning on a custom dataset, in case that's related. I'll put a reprex below: should I be getting a warning about multiple values? I'm not sure how to interpret that. Reprex:
Produces warning:
Plot looks as expected: |
For anyone facing this issue: as reported on StackOverflow, the warning goes away with setting |
The simple scatterplot has a third variable mapped to the marker/point size. The plot looks perfect to me, but it throws a warning about multiple values. Each x & y value has exactly one size value.
Other than suppressing the warning, can a respecify this graph so it does not throw the warning?
Code:
Graph:

Originally posted at https://stackoverflow.com/questions/52692760/spurious-warning-when-mapping-marker-size-in-plotly-r.
The text was updated successfully, but these errors were encountered: