timbod7 / haskell-chart

A 2D charting library for haskell
430 stars 85 forks source link

Horizontal bar graphs? #90

Open hvr opened 9 years ago

hvr commented 9 years ago

Does the API allow to create horizontal bar graphs (rather than vertical bars, and if so, how?); random example:

gak2d

timbod7 commented 9 years ago

Currently only vertical bar charts are supported.

A pull request to extend this to horizontal charts would be nice!

On Tue, Jul 21, 2015 at 10:24 PM, Herbert Valerio Riedel < notifications@github.com> wrote:

Does the API allow to create horizontal bar graphs (and if so, how?), e.g. like

[image: gak2d] https://cloud.githubusercontent.com/assets/285533/8800552/0c5f71c6-2fb4-11e5-94de-a08e2f4273e5.png

— Reply to this email directly or view it on GitHub https://github.com/timbod7/haskell-chart/issues/90.