Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error Bars Problems #19

Open
ghost opened this issue Apr 25, 2016 · 0 comments
Open

Error Bars Problems #19

ghost opened this issue Apr 25, 2016 · 0 comments

Comments

@ghost
Copy link

ghost commented Apr 25, 2016

PlotPub doesn't seem to work well with errorbar when plotting multiple lines.
Doing plt = Plot() after first using errorbar (x,y,z) seems to work at first although it gives this warning:

Warning: Unable to get data from all axes: There is no ZData property on the ErrorBar class.

In Plot (line 324)

This doesn't seem to do anything severe until you try to change the plt.Markers values which cannot be changed past the first line ploitted and gives the error:

Index exceeds matrix dimensions.
Error in Plot/set.Markers (line 456)
X = self.xdata{ii};

Is there a way to get error bars to work with PlotPub. They are very important for many scientific publication figures.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants