timbod7 / haskell-chart

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

Add PlotValue instances for more Int and Word types #224

Closed MarleDK closed 3 years ago

MarleDK commented 3 years ago

This is a simple change to add instances for more Integral types. Since I needed to plot Word32 values, and though it would make the library a bit easier to use, in those cases.

I looked into doing it more generalized for Integrals, but it seemed to be more hassle, than its worth.

If you want me to change something, please say, and I will look into it.

timbod7 commented 3 years ago

LGTM. Thanks!