MATLAB: What is the meaning of ‘+-‘ and ‘o-‘

matlab function

I read this code: plot(numTopicsRange,validationPerplexity,'+-') and plot(numTopicsRange,timeElapsed,'o-') but i don't know the meaning of '+-' and 'o-'.
thanks.
Related Question