Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No y scale #37

Closed
silviaMDLab opened this issue Jun 24, 2020 · 5 comments
Closed

No y scale #37

silviaMDLab opened this issue Jun 24, 2020 · 5 comments
Labels

Comments

@silviaMDLab
Copy link

I'm trying to make sashimi plot using the examples files in the example folder and just copy/paste the command line you suggested and I get the plots like the example but no y axis at all. Any clues to fix this issue?
sashimi.pdf

@antonioggsousa
Copy link

antonioggsousa commented Jul 3, 2020

Hi,

I had the same problem and I downgrade the version of ggplot2 from >3 to 2.2.1 and now just works fine.

So, you might consider downgrade your version of ggplot2:

devtools::install_version("ggplot2", version = "2.2.1", repos = "http://cran.us.r-project.org")

This is not the best solution, but with two lines of code you can downgrade and update again after running the program the ggplot2 library.

I hope this helps,

António

@dgarrimar
Copy link
Collaborator

dgarrimar commented Jul 8, 2020

Hi @silviaMDLab, @antonioggsousa,

could you please provide the exact ggplot2 version that leads to this problem?

@antonioggsousa
Copy link

antonioggsousa commented Jul 8, 2020

Hi @dgarrimar,

Mine is ggplot2 version: 3.3.2

Thx!
António

@dgarrimar
Copy link
Collaborator

Hi @silviaMDLab, @antonioggsousa, it should be fixed now

@antonioggsousa
Copy link

Hi @dgarrimar,

Thx! I just tested and it works fine with ggplot2 v. 3.3.2

Thank you,

António

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants