timbod7 / haskell-chart

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

how to disable smoothing when plotting a line? #242

Open AleXoundOS opened 2 years ago

AleXoundOS commented 2 years ago

I use plot (line "%" [ ... ]) and cannot figure out how to configure steep steps instead of linear approximations between the points.