Is there a reason why layout1_plots :: [Either (Plot x y) (Plot x y)] enforces that both left and right axes have the same y type? I recently encountered a situation where I wanted to plot both Int and Float ordinates on the same plot. Unfortunately, I was unable to do this due to this limitation. Cheers, - Ben