Remove Vertical Line at the start of the Line Plot
4 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Hello!) I am plotting multiple time series in a chart and all of these series do not start at the start of the x axis..which must be adding vertical lines at the start of each of the line plotted, which run all the way down to the x axis (as is shown on this picture ,http://ifile.it/1zwk43i , no registration required to download). I wonder if there is a way to use the PLOT function which does not add those not-so-great-lookign vertical lines to the plot? Thanks! Dima
5 Kommentare
Akzeptierte Antwort
Fangjun Jiang
am 19 Sep. 2011
To show the x axis starting at a particular point, use xlim() or axis()
4 Kommentare
Fangjun Jiang
am 19 Sep. 2011
Yes. Num(4:end,2) means the data in the Num array
second column from 4th row to the last row
So you just need to change it to, for example, Num(555:end,2)
Weitere Antworten (1)
Jan
am 19 Sep. 2011
Although I cannot see the diagrams, I think that vertical lines appear only, if you include a [0,0] in the plotted data. This could be cleared, if you post the relevant part of your code used for plotting.
Siehe auch
Kategorien
Mehr zu Bar Plots finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!