I need to plot two data vectors with errorbars on one figure. errorbar() function does it, but only for one data set. Is there a way to plot second graph on the same figure?
+2
A:
Been an idiot, forgive me. I just needed to pass in a two-dimensional matrices instead of vectors.
Rogach
2010-10-29 07:22:07
also: take a look at `hold` in the documentation.
rubenvb
2010-10-31 16:46:21