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
Running this code:
ggplot(aes(x='carat', y='price', color='cut'), data=diamonds) + geom_point()
Gives this warning:
'c' argument looks like a single numeric RGB or RGBA sequence, which should be avoided as value-mapping will have precedence in case its length matches with 'x' & 'y'. Please use a 2-D array with a single row if you really want to specify the same RGB or RGBA value for all points.
The text was updated successfully, but these errors were encountered:
Running this code:
ggplot(aes(x='carat', y='price', color='cut'), data=diamonds) + geom_point()
Gives this warning:
'c' argument looks like a single numeric RGB or RGBA sequence, which should be avoided as value-mapping will have precedence in case its length matches with 'x' & 'y'. Please use a 2-D array with a single row if you really want to specify the same RGB or RGBA value for all points.
The text was updated successfully, but these errors were encountered: