guigolab / ggsashimi

Command-line tool for the visualization of splicing events across multiple samples
MIT License
122 stars 42 forks source link

Density plots do not have Y axis with ggplot2 version greater than 2.2.1 #7

Closed emi80 closed 6 years ago

emi80 commented 6 years ago

https://github.com/guigolab/ggsashimi/blob/46a9bf36d47e2422ce4605665d7cdd44b6777f02/sashimi-plot.py#L673

Have a look at this Stack Overflow thread

dgarrimar commented 6 years ago

As discussed with @emi80 and @abreschi, a temporary solution would be to attach to ggplot2 v2.2.1 or use our docker image. We are working to fix this issue as soon as possible.

emi80 commented 6 years ago

Solved with 7f0b252