Open
Description
For example, the first sample code in ?plot_ly
is
plot_ly(economics, x = ~pop)
Running that results in
No trace type specified:
Based on info supplied, a 'histogram' trace seems appropriate.
Read more about this trace type -> https://plot.ly/r/reference/#histogram
Sometimes this comes out as a warning and sometimes as a message. There are a variety of ways to deal with workarounds trying to suppress warnings/messages they're not ideal. It would be great if there was a parameter that would allow us to suppress such messages
Metadata
Metadata
Assignees
Labels
No labels