> From: Brian Schott <[EMAIL PROTECTED]>>
> How can I plot two lines on the same graph when the
> xrange of one is wider than the other? I am trying to show
> both the original time series and the deseasonalized time
> series on the same x and y axes, but the deseasonalized time
> series has missing values at the beginning and the end of
> the x range.
>
> The only idea I have for this is making the
> deseasonalized time series a marker only line (without a
> line) and force the missing y values exactly equal to the y
> axis. The result would be rough looking because the markers
> would show on the x axis, but they would not be prominent.
>
> Any other ideas?
You should be all set if both series are supplied with
corresponding x values of the same scale but spaced out
to match their y's so they line up. See 2D/Marker and
2D/Symbol in Plot demo.
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm