赞
踩
- library(RColorBrewer)
- library(ggplot2)
- q<-ggplot(diamonds,aes(carat,price))+scale_color_manual(values=brewer.pal(9,"YlOrRd")[3:7])
- q<-q+guides(colour=guide_legend(title=NULL)) q+geom_point(aes(colour=cut))
- +theme(panel.grid.minor=element_line(colour='#FFcccc',size=1),
- ###更改副网格线的颜色以及线条粗细### axis.title=element_text(color='red',face = "bold",size=15),
- ###更改坐标名称的颜色,字体,字号### panel.background = element_rect(fill='#FFF0F5'),
- ###更改背景填充颜色### axis.ticks= element_blank(),
- ###删除所有坐标轴刻度### axis.text=element_text(size=12,colour='red',face='bold'
- ###坐标轴刻度线颜色,字体,字号### panel.grid=element_blank(),
- ###绘图区网格线删除### panel.border=element_rect(color="#FF6666",fill='transparent',linetype ='solid',size=1.5))
- ###绘图区外框颜色,外框线型以及粗细,填充透明色!)###
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。