plotTrajectory second plot - how to change plot parameters? #2100
Unanswered
trinevd
asked this question in
Questions / Documentation
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The plotTrajectory() generates a list of two plots.
And I would like to change the y-scale of the second plot.
However, when I try to do this by adding ylim to the command, only the y-axis of the first plot is changed.
How do I change the y-axis of the second plot?
This is my command:
p1 <- plotTrajectory(ArchRProj, trajectory = "trajectory2_w", colorBy = "ChromVARMatrix", name = "TF_motif_ID", continuousSet = "coolwarm", ylim = c(-10,18))
Beta Was this translation helpful? Give feedback.
All reactions