Open nickhir opened 11 hours ago
Thanks. Strange. Never seen this before. Looks like only the left sided arrow. The ones on the right seem to be ok. Might be a font issue. Possible patch might be to make the arrows all come after the gene name. I will investigate....
Interestingly, this produces the "correct" png without any misplaced arrows...
png("test.png")
plot
dev.off()
Hi Myles,
I have noticed that when trying to save a locuszoom plot created with the "ggplot option", that some off the arrows which indicate on which strand the gene lies are missplaced.
Take for example this code:
When examining the plot in the "Plots" window everything looks perfect:
However, when I actually want to save it using ggplot, some arrows are misplaced:
Any idea why this might happen? I am using
locuszoomr_0.3.5
,ggplot2_3.5.1
,patchwork_1.3.0.9000
and R 4.3.1Thank you very much in advance!