R: Plot not Fully Loading
问题 I am working the R programming language. I am trying to follow this tutorial over here: https://plotly.com/r/parallel-coordinates-plot/ I am trying to make a "parallel coordinate plot" of the famous iris data set. Instead of loading the iris data set through the github link, I tried to use the built in iris data set that is available in R: #load library library(plotly) #load data data(iris) df = iris #make plot fig <- df %>% plot_ly(type = 'parcoords', line = list(color = ~Species, colorscale