Sujet : Re: Old matplotlib animation now fails (Posting On Python-List Prohibited)
De : ldo (at) *nospam* nz.invalid (Lawrence D'Oliveiro)
Groupes : comp.lang.pythonDate : 16. Oct 2024, 00:48:14
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <vemrfe$1sd2k$9@dont-email.me>
References : 1
User-Agent : Pan/0.160 (Toresk; )
On 15 Oct 2024 20:16:41 GMT, Martin Schöön wrote:
l.set_data(x0, y0)
Near as I can tell, “l” contains a Line2D object, so the applicable
set_data call is here:
<
https://matplotlib.org/stable/api/_as_gen/matplotlib.lines.Line2D.html#matplotlib.lines.Line2D.set_data>