Skip to content
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

Add support for filled curves to ZedGraph package #25

Open
bruno-f-cruz opened this issue Apr 29, 2024 · 0 comments
Open

Add support for filled curves to ZedGraph package #25

bruno-f-cruz opened this issue Apr 29, 2024 · 0 comments
Labels
feature New planned feature

Comments

@bruno-f-cruz
Copy link

There is currently no way to construct shaded areas with the plotting package. One seemingly obvious solution for this problem is to expose the Fill class from the ZedGraph library to the line plot in the bonsai library.

Documentation can be found here under "The Fill class"

While multiple constructors are available for the fill class, we should probably only expose the Fill( Color ) overload initially.

@glopesdev glopesdev added the feature New planned feature label Apr 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New planned feature
Projects
None yet
Development

No branches or pull requests

2 participants