require 'plot' X=: 0 1 2 4 5 6 9 Y=: 0 3 5 9 9 11 18 plot X;Y
-- Rul On Mon, Aug 19, 2013 at 5:32 PM, David Vincent-Jones <[email protected]> wrote: > I wish to plot a data set where some of the x values are missing: > > x ... 0 1 2 4 5 6 9 > y ... 0 3 5 9 9 11 18 for instance. > > How do I maintain the correct x scale? > > David > ---------------------------------------------------------------------- > For information about J forums see http://www.jsoftware.com/forums.htm ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
