Hi everyone!
I’m attempting to make a chart that’s a simple line plot on top of a heatmap that share the same x-axis. This simple enough to do as two separate plots using Plot but I’m not sure how to (1) best structure the data to (2) have a single plot with a y-axis that’s partially continuous and partially categorical - is this possible??
You’ll see in the notebook the y-axis is not in numerical order ascending upwards as would a normal numeric plot’s y-axis with 0 at the origin and ascending numbers.
Any thoughts or help appreciated!!!