Error Bars Problems
Opened this issue · 0 comments
Deleted user commented
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.