Closed
Description
Hi,
I'm try to make the matplotlib errorbar plotting update as some input data varies, such plotting is embed into wxpython
panel. I can update the matplotlib.line2D
container field properties, e.g. update x_data
through set_xdata
, etc, but I cannot find any clue about how to control the Errorbar container's properties, can somebody help me out?
Thanks!
Tong Zhang