Replies: 1 comment 2 replies
-
Hi, However, at the moment
|
Beta Was this translation helpful? Give feedback.
2 replies
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.
-
Hi,
I'm trying something really simple. Use ggrid to plot two graphs in one column and use sharedx = True so that the grids of the plots match.
There is an example in the documentation using two histograms.
In my use case, I have plot featuring a geom_bar and the bottom plot using a geom_point .
Is this the expected behaviour?
I have tried using expand on the x discrete axis but I have not had much luck.
Below is my example code:
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions