How to add axis labels in plotly subplots more elegantly

前端 未结 0 952
隐瞒了意图╮
隐瞒了意图╮ 2020-12-28 15:36

I plotted multiple variables using subplots and managed to add axis labels using the following code:

library(tidyverse); library(plotly)
set.seed(123)

x <         


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