Hi all,
I wish to plot vertical lines at specific points so that they stand out.
My plot call is as follows:
plot( X, zeros(size(X)),'o', x, y, m, zeros(size(m)),'*'), axis tight;
where x,y etc are my data and 'm' is what is computed. Is there a nice way that I can simply just plot vertical lines at the 'm' data points?
Many thanks
|
|
1
|
|
|
|
Reply
|
Susan
|
1/6/2011 10:42:05 AM |
|
Use ylim to get the maximum extent in the y direction, and then use
the line() function.
|
|
0
|
|
|
|
Reply
|
ImageAnalyst
|
1/6/2011 10:52:37 AM
|
|
|
1 Replies
1373 Views
(page loaded in 0.028 seconds)
Similiar Articles: Plot vertical lines on plots - comp.soft-sys.matlabHi all, I wish to plot vertical lines at specific points so that they stand out. My plot call is as follows: plot( X, zeros(size(X)),'o', x, y,... Multiple line plots, two y axes - comp.soft-sys.matlabPlot vertical lines on plots - comp.soft-sys.matlab... vertical line on subplots - comp.soft-sys.matlab Multiple line plots, two y axes ... Plotting - Horizontal Lines ... Plots with vertical x axes - comp.soft-sys.matlabplotting vertical lines - comp.soft-sys.matlab Multiple line plots, two y axes - comp.soft-sys.matlab Plot vertical lines on plots - comp.soft-sys.matlab Plots with ... polar plotting two lines - comp.soft-sys.matlabPlot vertical lines on plots - comp.soft-sys.matlab polar plotting two lines - comp.soft-sys.matlab Plot vertical lines on plots - comp.soft-sys.matlab Hi all, I wish to ... Draw lines between subplots - comp.soft-sys.matlabPlot vertical lines on plots - comp.soft-sys.matlab How to draw a vertical line at the peak of a graph - comp.soft-sys ... Plot vertical ... remove space between subplots ... plotting coordinate axes in 3d plot - comp.soft-sys.matlab ...polar plotting two lines - comp.soft-sys.matlab plotting coordinate axes in 3d plot - comp.soft-sys.matlab ... Plot vertical lines on plots - comp.soft-sys.matlab plotting ... How to plot half-normal probability plot (HNPP) in Matlab? - comp ...Plot vertical lines on plots - comp.soft-sys.matlab label (annotate) bar graph - comp.soft-sys.matlab Plot vertical lines on plots ... How to plot half-normal probability ... Polar scatter plot - comp.soft-sys.matlabPlot vertical lines on plots - comp.soft-sys.matlab polar plotting two lines - comp.soft-sys.matlab Plot vertical lines on plots ... Scatter Plot Help Basic Scatter Plot ... Adding a title to plots with subplots - comp.soft-sys.matlab ...Plot vertical lines on plots - comp.soft-sys.matlab... sys.matlab... which looks like h(1) = subplot(4,1,1); plot ... setting set(gca,'xtick',[]), which removes the ... remove space between subplots - comp.soft-sys.matlabPlot vertical lines on plots - comp.soft-sys.matlab remove space between subplots - comp.soft-sys.matlab... which looks like h(1) = subplot(4,1,1); plot ... setting set ... Plot vertical lines on plots - comp.soft-sys.matlab | Computer GroupHi all, I wish to plot vertical lines at specific points so that they stand out. My plot call is as follows: plot( X, zeros(size(X)),'o', x, y,... how to plot a vertical line? - MaplePrimesthanks! while these methods are working alone, they seem do not work in my problem: plots[odeplot](solution,[[t, 100 * s(t), linestyle = DASH], [t, 100 * c, linestyle ... 7/23/2012 6:42:34 AM
|