kivy-garden / garden.matplotlib

Matplotlib backends using kivy
MIT License
104 stars 50 forks source link

AttributeError: 'MyFigure' object has no attribute 'resize_event' #86

Open xinzhengzhangCHN opened 5 months ago

xinzhengzhangCHN commented 5 months ago

no idea with this issue, first time to use this stuff

amMistic commented 5 months ago

Same here But what do I think? Do you create any '.kv' files, like for layout for something? i don't know much about this Kivy stuff because I'm new too, but i think we need to create that file like to set the layout dimension.

if you already figured it out, please help me. i am working on it and couldn't find any solutions

tcaduser commented 5 months ago

You are using the wrong garden of matplotlib. You need to move to: https://github.com/kivy-garden/matplotlib/issues

This one is still kept up to date. At a certain matplotlib version the api changed.