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
When using unicode characters as shapes eg. scale_shape_manual(values=c("\u25BC","\u25FC","\u25B2")) they are rendered correctly with ggplot() but not with ggplotly(). Is ggplotly() not compatible with unicode or is there another workaround?