@@ -20,8 +20,7 @@ ggplot_global$element_tree <- list()
20
20
" colour" , " fg" , " fill" , " group" , " hjust" , " label" , " linetype" , " lower" ,
21
21
" lty" , " lwd" , " max" , " middle" , " min" , " pch" , " radius" , " sample" , " shape" ,
22
22
" size" , " srt" , " upper" , " vjust" , " weight" , " width" , " x" , " xend" , " xmax" ,
23
- " xmin" , " xintercept" , " y" , " yend" , " ymax" , " ymin" , " yintercept" , " z" ,
24
- " intercept"
23
+ " xmin" , " xintercept" , " y" , " yend" , " ymax" , " ymin" , " yintercept" , " z"
25
24
)
26
25
27
26
ggplot_global $ all_aesthetics <- .all_aesthetics
@@ -49,7 +48,7 @@ ggplot_global$base_to_ggplot <- .base_to_ggplot
49
48
# These two vectors must match in length and position of symmetrical aesthetics
50
49
# xintercept2 is a filler to match to the intercept aesthetic in geom_abline
51
50
ggplot_global $ x_aes <- c(" x" , " xmin" , " xmax" , " xend" , " xintercept" ,
52
- " xmin_final" , " xmax_final" , " xlower" , " xmiddle" , " xupper" , " x0" , " xintercept2 " )
51
+ " xmin_final" , " xmax_final" , " xlower" , " xmiddle" , " xupper" , " x0" )
53
52
54
53
ggplot_global $ y_aes <- c(" y" , " ymin" , " ymax" , " yend" , " yintercept" ,
55
- " ymin_final" , " ymax_final" , " lower" , " middle" , " upper" , " y0" , " intercept " )
54
+ " ymin_final" , " ymax_final" , " lower" , " middle" , " upper" , " y0" )
0 commit comments