You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sorry for reposting the issue, but I couldn't get to a solution here, hence reposting the issue here in github.
This issue is related to using subplot_grid in Gadfly. The issue is, given the xlabels in the two subplots are different due to my data points, even when I do free_x_axis = true, the plot retains the locations of the xlabels filled with empty space. Please help me understand how may I fix this?
Hi,
Sorry for reposting the issue, but I couldn't get to a solution here, hence reposting the issue here in github.
This issue is related to using subplot_grid in Gadfly. The issue is, given the xlabels in the two subplots are different due to my data points, even when I do free_x_axis = true, the plot retains the locations of the xlabels filled with empty space. Please help me understand how may I fix this?
Fake Data
Some more information about the data
Plot
Here I am not using free_x_axis = true just to show how the plot looks
Now, if I use free_x_axis = true, the empty xlabels goes away, but the empty space still remains. Hence, the plot doesn’t look pretty
Thanks for all the help!
The text was updated successfully, but these errors were encountered: