You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: