With R2010a, the default behavior for plots, with regards to the x-axis, appears to be trying to cram all data points into one graph no matter how many observations. Some signals are impossible to inspect this close together. If there a way to accomplish the following, please let me know how (thanks in advance):
1. Instead of horizontal panning, use horizontal scroll bars.
2. Have the initial figure/plot view x-axis spacing set to a value that allows more space between data points for easier horizontal inspection.
3. Use most of the available horizontal viewing space instead of having large left and right margins around a plot.
|
|
0
|
|
|
|
Reply
|
radar
|
12/5/2010 11:25:26 AM |
|
"radar" <able@tds.net> wrote in message
news:420154864.58759.1291566356778.JavaMail.root@gallium.mathforum.org...
> With R2010a, the default behavior for plots, with regards to the x-axis,
> appears to be trying to cram all data points into one graph no matter how
> many observations.
That is consistent with the default value for the axes XLimMode property,
yes.
http://www.mathworks.com/help/techdoc/ref/axes_props.html#XLimMode
> Some signals are impossible to inspect this close together. If there a way
> to accomplish the following, please let me know how (thanks in advance):
>
> 1. Instead of horizontal panning, use horizontal scroll bars.
Search the File Exchange for "scrollplotdemo" for some of the examples that
demonstrate this type of technique.
> 2. Have the initial figure/plot view x-axis spacing set to a value that
> allows more space between data points for easier horizontal inspection.
Not really possible the what I think you're describing it. You can set the
limits explicitly or you can let MATLAB determine the limits from your
plotted data; there's no real option to tell MATLAB "determine the limits
yourself, but add a margin of 10% around what you think they should be."
> 3. Use most of the available horizontal viewing space instead of having
> large left and right margins around a plot.
Change the XLim and/or Position and Units properties of the axes.
--
Steve Lord
slord@mathworks.com
comp.soft-sys.matlab (CSSM) FAQ: http://matlab.wikia.com/wiki/FAQ
To contact Technical Support use the Contact Us link on
http://www.mathworks.com
|
|
0
|
|
|
|
Reply
|
Steven_Lord
|
12/5/2010 10:42:43 PM
|
|
|
1 Replies
704 Views
(page loaded in 0.036 seconds)
Similiar Articles: plot scroll bars, x-axis spacing - comp.soft-sys.matlabWith R2010a, the default behavior for plots, with regards to the x-axis, appears to be trying to cram all data points into one graph no matter how man... Axis spacing in matlab - comp.soft-sys.matlab3 y axis plot graph - comp.soft-sys.matlab plot scroll bars, x-axis spacing - comp.soft-sys.matlab 3 y axis plot graph - comp.soft-sys.matlab plot scroll bars, x-axis ... Plots with vertical x axes - comp.soft-sys.matlabplot scroll bars, x-axis spacing - comp.soft-sys.matlab Set position of tick labels - comp.soft-sys.matlab Set position of tick labels - comp.soft-sys.matlab Y axis plot ... Bar chart double y axis question - comp.soft-sys.matlabplot scroll bars, x-axis spacing - comp.soft-sys.matlab Bar chart double y axis question - comp.soft-sys.matlab plot scroll bars, x-axis spacing - comp.soft-sys.matlab Bar ... How to adjust only one limit for an axis - comp.soft-sys.matlab ...plot scroll bars, x-axis spacing - comp.soft-sys.matlab How to adjust only one limit for an axis - comp.soft-sys.matlab ... plot scroll bars, x-axis spacing - comp.soft ... Break y-axis - comp.soft-sys.matlab3 y axis plot graph - comp.soft-sys.matlab plot scroll bars, x-axis spacing - comp.soft-sys.matlab 3 y axis plot graph - comp ... required to plot Young's Modulus ... How to set the multiple xaxis labels - comp.lang.idl-pvwave ...plot scroll bars, x-axis spacing - comp.soft-sys.matlab Have the initial figure/plot view x-axis spacing set to a value that allows more ... overall and sub title for the ... Fraction in axis labels - comp.graphics.apps.gnuplotplot scroll bars, x-axis spacing - comp.soft-sys.matlab Large fonts and axis labels ... of space (as a fraction of the average bar width) left before each bar. ... overall ... ListPlot with two horizontal axes - comp.soft-sys.math.mathematica ...plot scroll bars, x-axis spacing - comp.soft-sys.matlab Instead of horizontal panning, use horizontal scroll bars. 2. Have the initial figure/plot ... Bar charts in PDF - comp.text.texplot scroll bars, x-axis spacing - comp.soft-sys.matlab Bar chart double y axis question - comp.soft-sys.matlab Bar charts in PDF - comp.text.tex plot scroll bars, x-axis ... plot scroll bars, x-axis spacing - comp.soft-sys.matlab | Computer ...With R2010a, the default behavior for plots, with regards to the x-axis, appears to be trying to cram all data points into one graph no matter how man... plot scroll bars, x-axis spacing - Newsreader - MATLAB CentralWith R2010a, the default behavior for plots, with regards to the x-axis, appears to be trying to cram all data points into one graph no matter how many observations. 7/22/2012 7:14:35 AM
|