-
-
Notifications
You must be signed in to change notification settings - Fork 8.3k
update errorbar artists #4556
Copy link
Copy link
Closed
Labels
Difficulty: Mediumhttps://matplotlib.org/devdocs/devel/contribute.html#good-first-issueshttps://matplotlib.org/devdocs/devel/contribute.html#good-first-issues
Milestone
Metadata
Metadata
Assignees
Labels
Difficulty: Mediumhttps://matplotlib.org/devdocs/devel/contribute.html#good-first-issueshttps://matplotlib.org/devdocs/devel/contribute.html#good-first-issues
Hi,
I'm try to make the matplotlib errorbar plotting update as some input data varies, such plotting is embed into
wxpythonpanel. I can update thematplotlib.line2Dcontainer field properties, e.g. updatex_datathroughset_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