tags:

views:

27

answers:

1

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
also: take a look at `hold` in the documentation.
rubenvb

related questions