JZTXT
  • 首页
  • Ai
  • Java
  • Python
  • Android
  • Mysql
  • JavaScript
  • Html
  • CSS

ggplot2 中绘图清空 x轴或者y轴的title

发布时间 2023-11-23 22:54:11作者: 小鲨鱼2018

 

001、基础绘图

library(ggplot2)
p <- ggplot(faithful, aes(x = eruptions, y = waiting)) + 
  geom_point()
p  

 

02、清空x轴title

p + theme(axis.title.x =element_blank())     ## 清空x轴title

 

。

 

    本栏目推荐文章
  • title
  • flchart库判断当前点击的底部title的index
  • linux show message via commnd notify-send 'title' 'message'
  • 真机调试 Flutter 报错:Lookup failed: title in @getters in MyHomePage in package:flutter_demo02/main.dart
  • Matplotlib中的titles(标题)、labels(标签)和legends(图例)
  • HTML中title标签的使用
  • matplotlib之xlabel、ylabel、title等描述信息函数
  • ggplot2 绘图 x轴标签顺序
  • ggplot2 中绘图清空 x轴或者y轴的title
  • ggplot2 中 绘图调整刻度线标签的长度
版权声明:本网站为非赢利性站点,本网站所有内容均来源于互联网相关站点自动搜索采集信息,相关链接已经注明来源。
联系我们