Plot percentages on y-axis

Viewed 54152

I'm plotting a graph using this

plot(dates,returns)

I would like to have the returns expressed as percentages instead of numbers. 0.1 would become 10%. Also, the numbers on the y-axis appear tilted 90 degrees on the left. Is it possible to make them appear horizontally?

3 Answers
Related