Apologies if this is an existing question. Been stuck on this for a couple of weeks.
I want to do a simple line graph of monthly London house prices over time (1995-2020).
But its either showing multiple line within the graph or it’s looking like a bar chart? Unsure on how to solve it
I dug through the data and ultimately figured out that the problem is that every month has multiple data points, across a couple dozen areas in London. The messy plots you had before were a result of every point on the x-axis having multiple values.
I think this notebook should be published to all, it’s a great tutorial!
I’d suggest adding an option to switch the y axis from a linear to a log type. It can be relevant since we’re comparing money value across time and space. And it might be visually helpful by uncluttering the lower part of that very skewed distribution.
Thanks for the feedback! I’ve incorporated the group transform and log scale options to the last two charts, and added a bit more context to the top of the notebook. With those changes, I’ve published the notebook.