Skip to content
Snippets Groups Projects
Commit e0f50bb6 authored by Jorge Saturno's avatar Jorge Saturno
Browse files

add labels to fit lines

parent 5e8b2ef0
Branches
No related tags found
No related merge requests found
......@@ -241,7 +241,10 @@ server <- function(input, output) {
tooltip = paste(Reference_study, "\n", round(MAC_m2g, digits = 2), " m²/g")),
family = "Arial", size = 7, label = "\u2726",
alpha = 0.7, show.legend = TRUE,
position = position_nudge(x = 0.1)) # Fill character in front
position = position_nudge(x = 0.1)) + # Fill character in front
annotate("text", x=320, y=14.8, label= expression(paste(italic(E)[abs], " = 1"))) +
annotate("text", x=320, y=29, label= expression(paste(italic(E)[abs], " = 2")))
girafe(ggobj = MAC_lambda.gg, width_svg = 14, height_svg = 10,
options = list(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment