ezgraphs / ggguitar

Guitar Tablature and
Other
18 stars 1 forks source link

Add option to increase label size. #4

Closed ezgraphs closed 7 years ago

ezgraphs commented 7 years ago

From r-chart.com

tablature("A13", c(5, NA, 5, 6, 7, 7), dot_labels=c("R", NA, "b7", "3", "13", "9"))

and the result had tiny labels for the notes. Adding '+ geom_label(size = 5)' seemed to work, but is there a better approach?