[Chart] layout1_plots ordinate types

Ben Gamari bgamari.foss at gmail.com
Wed May 30 14:05:22 BST 2012


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






More information about the Chart mailing list