-
Notifications
You must be signed in to change notification settings - Fork 281
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
More shorthand functions and ergonomics #169
Comments
Thanks for the suggestions and sorry for the delay. I haven't got a chance to look at the issue since a few month ago. Most of suggestion seems really helpful, but I would like to understand more about few things:
What is this particularly for ? Since we have positioning enums used in both ChartBuilder and legends, which one are you referring or both? Thanks! |
Just put the items here for tracking purposes.
|
Looking back at it, I think I had in mind a shorthand for
Something like that. On second thought, I'm not sure if this would be worth it. Also, please excuse my tone in the first message I posted. I was in a bad mood and wanted to show it, sorry |
I am not sure what is meant by "Expose BitMapBackendError to allow handling those errors". The error seems already publicly exposed. |
Oh now it apparently is It wasn't in 0.3.1 https://docs.rs/plotters-bitmap/0.3.1/plotters_bitmap/?search=BitMapBackendError Would be nice to add this to the 0.3.2 changelog |
I think the list is complete now. Feel free to close this issue or comment if something is still missing :) |
What is the feature ?
I'm trying out this library for the first time and there's some places where it would be delightful to have shorthand functions:
Pos::top_right
,Pos::bottom_right
,Pos::bottom_center
etc..(FontFamily, T, RGBAColor)
From<RGBColor>
impl for RGBAColorWhy this feature is useful and how people would use the feature ?
More shorthand functions and ergonomics are always good, I think
The text was updated successfully, but these errors were encountered: