반응형
1. 축 제목 제거
x축 제목 제거
+theme(axis.title.x = element_blank())
y축 제목 제거
+theme(axis.title.y = element_blank())
2. 축 눈금 제거
x축 눈금 제거
+theme(axis.ticks.x=element_blank())
y축 눈금 제거
+theme(axis.ticks.y=element_blank())
3. 축 눈금 라벨 제거
x축 눈금 라벨 제거
+theme(axis.text.x=element_blank())
y축 눈금 라벨 제거
+theme(axis.text.x=element_blank())
반응형
'6. 데이터 시각화 - ggplot2 > 공통' 카테고리의 다른 글
[ggplot2] x,y 변수명 문자로 입력하는 법 (0) | 2023.01.18 |
---|---|
[ggplot2] 화면분할하는 방법 (0) | 2023.01.18 |
[ggplot2] 화면 분할 그래프 for문 이용해서 그리기 (0) | 2023.01.18 |
[R ggplot] 범례 추가하고 이름,크기,색,진하기 조절하기 (0) | 2022.06.08 |
[R ggplot2] 축 눈금 레이블 크기, bold 설정 (x축, y축) (0) | 2022.05.31 |
댓글