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
Your more conventional code block appears identical to the first block, except in the first one you refer to gg2 variable and print gg... is that a mistake on your end?
The label=b generates a warning "Ignoring unknown aesthetics: label".
The "conventional" code block works.
Can you revise your first code block and provide code that actually fails for you? It appears to me that you accidentally copied the functional code twice.
Given
print(gg)
results in:But
ggplotly(gg)
results in:
I know a more conventional code such as:
results in similar legends, but I wonder if the 1st example is not uncovering a bug in ggplotly()
The text was updated successfully, but these errors were encountered: