質問編集履歴
1
誤字
test
CHANGED
File without changes
|
test
CHANGED
@@ -19,7 +19,7 @@
|
|
19
19
|
geom_line(linewidth = 1.0)+
|
20
20
|
scale_x_continuous(limits = c(100, max(Data$Result)))+
|
21
21
|
scale_y_continuous(breaks = seq(0, 5, length = 6),limits = c(0,5))+
|
22
|
-
|
22
|
+
scale_x_discrete(position = "top")+
|
23
23
|
labs(x = "Result", y = "Depth")+
|
24
24
|
theme_classic()+
|
25
25
|
scale_y_reverse()+
|