Update data (Polycollection) in fill_between()

For axes.line2D objects there is set_data(), for axes.fill objects there is
set_xy(). What is the closest equivalent for fill_between objects which are
PolyCollections?

Thanks,

Jonno.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/matplotlib-users/attachments/20171103/ac1f733f/attachment.html>

For axes.line2D objects there is set_data(), for axes.fill objects there is set_xy(). What is the closest equivalent for fill_between objects which are PolyCollections?

Not sure, but its not `set_verts`?

Cheers, Jody

ยทยทยท

On 3 Nov 2017, at 11:04 AM, Jonno <jonnojohnson at gmail.com> wrote:

Thanks,

Jonno.
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users at python.org
Matplotlib-users Info Page

--
Jody Klymak