Daily Return plot without interpolating lines
3 views (last 30 days)
Show older comments
I want to plot my daily returns against dates.I want a plot similar to the one I have attached(returns.jpg).
But when I use below code
plot(dates,returns)
I get a plot like the attached file StockReturns.Pdf.
Can someone help me plot my daily returns similar to the plot return.jpg ?
0 Comments
Answers (1)
See Also
Categories
Find more on Calendar in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!