Open bguiastr opened 8 years ago
Would it be possible to scale sub/superscripts proportionally to the fontsize?
fontsize
library(DiagrammeR) grViz(" digraph subscript { # Graph statements graph [layout = circo, overlap = false] # Node statements node [fontname = Helvetica] a [label = 'Two@_{2}', fontsize = 5] b [label = 'Two@_{2}', fontsize = 20] # Edge statements a -> b } ")
@guiastrennec I will work on this soon. Thanks again.
Would it be possible to scale sub/superscripts proportionally to the
fontsize
?