Closed Sahil-pixel closed 4 months ago
main_home is not a function from MatplotFigure. It's only use for MatplotFigureSubplot because this widget can handle multiple axes. I don't know your purpose but if you can give me a working example, I will be able to understand your issue.
@Sahil-pixel
Found this error in my min/max example (https://github.com/mp-007/kivy_matplotlib_widget/tree/main/examples/example_minmax_option). I've made a fix in this commit 2d1476ac83911e2195aa8f1cd87e8e27fb121bf8
Great.👍
File "kivy/weakproxy.pyx", line 32, in kivy.weakproxy.WeakProxy.getattr AttributeError: 'MatplotFigure' object has no attribute 'main_home'