Closed TomasaSbaffi closed 1 year ago
Hi Tomi,
impressive that you got this far with my outdated example (sorry for that). And great that you noticed the problem. I think it's related to ggplots latest v.3.4.0 upgrade which introduces linewidth
to replace size
for line-type geoms. geom_feat
is pretty much ggplot::geom_segment
. I'll look at the code later today and try to upload a fix.
Hello, just checking up on this one, did you manage to fix this issue? my easy fix is to downgrade my ggplot, just for now!
Fixed with 9f1560ba5dca3c3f2ed0c5933035798eca1f1085
Hello, thanks for the amazing tool!
I am having a issue with the tutorial that I am adapting to my needs. The
geom_feat
function from ggplot/gggenomes is not applying the size and position arguments in the way I set them, here for ex. I set thesize=8
andposition="pile"
but it just doesn't show. I attach the code I used and the output I get, I am sure I am making some mistakes! Thanks a lot