MATLAB: Remove Vertical Line at the start of the Line Plot

line plot

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

Best Answer

To show the x axis starting at a particular point, use xlim() or axis()