-
Notifications
You must be signed in to change notification settings - Fork 6
Description
Hey!
I hope you don't mind me writing this issue up. I was just taking a look at the library to see if I could use it for an upcoming example in rusty-machine. There are a few things missing before I would be able to use. Before writing up issues for each I thought it was best to ask what your plans are for development? Are there any features you're looking at next?
Here are a few of the things I thought of while taking a look:
- Scatter plots
- Ellipse plotting (filled, etc.)
- More drawing options (dashed, dotted, lines etc.)
- Lighter dependencies
Of course plotting libraries are humongous, I just meant to get an idea of whether these things are on your radar or if you are focusing on other things.
And as I've taken up this space and your time I may as well chuck out a suggestion. I think it would make sense for the PlotBuilder2D
to follow the Rust builder pattern. I think this feels natural in this application and makes the flow of the library a little more obvious.
Thanks!