8659/how-to-create-a-box-plot-using-plotly-in-r
You can use this command to create a box-plot in R:
plot_ly(house,y=~price,x=~rooms,color=~rooms,type="box")
You have to convert your database in pandas dataframe. After that you can directly use in plotly function.
Can you tell, about your dataset format?
Hi@akhtar, A pirate plot a plot contained in ...READ MORE
You can use the plyr function: data <- ...READ MORE
You have to first create an object ...READ MORE