Hi everyone!
I’m trying to create a simple graph showing both the prices and the number of houses sold in a city. I want to display both graphs in a column, but they keep sharing the same Y-axis, which doesn’t make sense because one plot range should be {0, 2000} and the other {0, 1000000}.
Here’s my code. I’ve been trying to adjust the PlotRange option, but I haven’t figured out a good solution yet.
DateListPlot[{a, b}, PlotLayout -> "Column"]
Any help would be appreciated!
Thank you,
David