-
Notifications
You must be signed in to change notification settings - Fork 20
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
Bar width in BarPlot is decreasing with increasing xmin #35
Comments
@ma3xxx3 maybe off topic, but it is not easier with matplotlib? Why not using kivy_matplotlib_widget https://github.com/mp-007/kivy_matplotlib_widget. The drawing should fast enough for your purpose. |
@mp-007 thanks, could be intersting. I found this issue during playing with some additional interactive functions like zoom and move. BTW.: I should have already fix, will create pull request. |
I did this with my widget and the FPS still correct on my PC (no lag). Also you can have a hover and a pan_x if you want for your barplot. Anyway, use the best widget for your case. 2024-10-30.13-21-35.mp4This is my code
|
Describe the bug
Bar width in BarPlot is decreasing with increasing xmin of graph, even when xmin - xmax range is constant:
To Reproduce
Update xmin and xmax and BarPlot points range in example code in main
Expected behavior
Bar width should be constant if xmin - xmax range is not changing.
Platform (please complete the following information):
The text was updated successfully, but these errors were encountered: