-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
1.0 #3
Comments
What about adding PNG to the list of output formats ? I actually don't know how some of the PNG crates work |
What do you think about adding the image crate and extending the View trait with some "to_image" method? |
Also annotations (text with pointers towards data points) would be a really nice feature! |
I might be tempted to contribute in the future to add candle bar plotting available, but I notice the axis is defined with floats while plotting of time series requires some notion of time and duration. 3 questions:
Otherwise, I am really happy to see a decent-looking crate for plotting appearing. I was actually thinking of making my own soon (I am studying algorithmic trading) and I feel this will save me a lot of time. |
This is an overview issue to track all the feature we want before 1.0:
The text was updated successfully, but these errors were encountered: