abarbu / matplotlib-haskell

Haskell bindings for Python's Matplotlib
Other
85 stars 12 forks source link

Allow use of seaborn functions to expand plotting functionality. #7

Closed GregorySchwartz closed 5 years ago

GregorySchwartz commented 6 years ago

While this addition would be nice, I wouldn't know how to do so without adding seaborn to the dependencies when installing.

abarbu commented 5 years ago

I think seaborn support might be better as a separate package that depends on this one. Should be easy to do. In the long term matplotlib seems stable. Seaborn is more experimental, more likely to break, and to stop being maintained.