Open marcosmolla opened 5 years ago
That goes surprisingly deep. Turns out that grid::grid.text() is the culprit. I will fix that, but it will not be released until next year, so in the meantime I have also placed a fix in 'gridGraphics' (0.4-2), which should be available here (on github). Does that work for you ?
I just installed the github version and yes that worked. Fantastic!! Thank you!
Just FYI, turns out that other code ('ggplot2') is relying on 'grid' drawing "NA" for grid.text(NA ), so this is likely to remain a 'gridGraphics' fix.
Hi, I ran into an issue with igraph in combination with cowplot.
I tried to plot a simple igraph network and found that there were NA labels added along the network edges. I first filed this under the cowplot package (see this issue here), but @clauswilke recommend to file it here. Any recommendations?
Thanks everyone!!
Here is my code example: