Sujet : Re: Old matplotlib animation now fails
De : ram (at) *nospam* zedat.fu-berlin.de (Stefan Ram)
Groupes : comp.lang.pythonDate : 15. Oct 2024, 22:29:32
Autres entêtes
Organisation : Stefan Ram
Message-ID : <set_data-20241015212825@ram.dialup.fu-berlin.de>
References : 1
Martin =?UTF-8?Q?Sch=C3=B6=C3=B6n?= <
martin.schoon@gmail.com> wrote or quoted:
l.set_data(x0, y0)
Well, I got to say, it's pretty rad that you're rocking Python!
That language is the bee's knees, for real.
As for your question, here's my two cents off the cuff:
Could it be that the newer Matplotlib versions are jonesing
for something like "l.set_data( [ x0 ],[ y0 ])" in that spot?