当前位置:网站首页>R language ggplot2 visualization: align the legend title to the middle of the legend box in ggplot2 (default left alignment, align legend title to middle of legend)
R language ggplot2 visualization: align the legend title to the middle of the legend box in ggplot2 (default left alignment, align legend title to middle of legend)
2022-07-26 09:36:00 【Data+Science+Insight】
R Language ggplot2 visualization : Set legend title (legend title) Align to ggplot2 In the middle of the legend box ( Default left alignment 、align the legend title to the middle of legend box in ggplot2)
# Simulation data
# example data from http://www.cookbook-r.com/Graphs/Legends_(ggplot2)/
df1 <- data.frame(
sex = factor(c("Female","Female","Male","Male")),
time = factor(c("Lunch","Dinner","Lunch","Dinner"), levels=c("Lunch","Dinner")),
total_bill = c(13.53, 16.81, 16.24, 17.42)
)
df1
# Set legend title (legend title) Align to ggplot2 In the middle of the legend box ( Invalid case )
# example data from http://www.cookbook-r.com/Graphs/Leg
边栏推荐
- Gauss elimination
- JS one line code to obtain the maximum and minimum values of the array
- asp. Net using redis cache (2)
- 微信小程序图片无法显示时显示默认图片
- Login module use case writing
- PMM(Percona Monitoring and Management )安装记录
- (一)面扫描仪与机械臂的手眼标定(眼在手上)
- Fiddler packet capturing tool for mobile packet capturing
- php执行shell脚本
- Gauss elimination for solving XOR linear equations
猜你喜欢
随机推荐
matlab中的AR模型短时预测交通流
opencv 类的使用
Neural network and deep learning-6-support vector machine 1-pytorch
php执行shell脚本
js中树与数组的相互转化(树的子节点若为空隐藏children字段)
面试题目大赏
图解用户登录验证流程,写得太好了!
JS 连等赋值操作
How to add a PDB
“互联网+”时代的现代医学
mfc随手笔记
微信小程序学习笔记2
设置视图动态图片
Wechat applet avatarcropper avatar clipping
CSV data file settings of JMeter configuration components
The provincial government held a teleconference on safety precautions against high temperature weather across the province
RMQ学习笔记
Android implements the caching mechanism and caches multiple data types
Application of Gauss elimination
Login module use case writing