-
Notifications
You must be signed in to change notification settings - Fork 7
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
volcano plot with fixed ylim (scales) cannot be "freed up" with scales="free" #67
Comments
I did run the examples in the prolfqua package ContrastsPlotter documentation: cp$volcano(scales = "fixed") cp$volcano(scales = "free") Please try to reproduce an possible error using any of the example datasets provided with prolfqua. |
I did limit the p.values to a minimum of 0.0001 ... |
@wolski - super cool. Thanks for tghe fix! |
Hei Witold, Leider funktioniert bei mir (prolfqua 1.1.5) der minscore parameter nicht. Eine Idee?
|
Hoi Witold,
As you may have seen in the comments, one user SH realized that the volcanos are by default fixed on ylim.
Relaxing this with the scales parameter does not work .
-> in all these volcanos, the y-axis always has the same fixed length.
pl$volcano(scales = c("fixed"))
pl$volcano_plotly(scales = "free")
pl$volcano(scales = "free")
pl$volcano(scales = "free_y")
Gruess & bis am Dienstag
j
The text was updated successfully, but these errors were encountered: