Plotting Donut Chart with Plotly

后端 未结 0 1228
长发绾君心
长发绾君心 2021-01-22 02:09

I want to plot this two pie charts on the same plot. Below you can see my data:

library(plotly)
library(dplyr)
library(grid)

    Share<- structure(list(Y = c(         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题