MathGroup Archive 2007

[Date Index] [Thread Index] [Author Index]

Search the Archive

Re: Specifying x-range for ListPlot

  • To: mathgroup at smc.vnet.net
  • Subject: [mg80543] Re: Specifying x-range for ListPlot
  • From: Jean-Marc Gulliet <jeanmarc.gulliet at gmail.com>
  • Date: Sun, 26 Aug 2007 02:53:53 -0400 (EDT)
  • Organization: The Open University, Milton Keynes, UK
  • References: <falscd$gcd$1@smc.vnet.net>

Yaroslav Bulatov wrote:
> Is it possible to specify x-range for ListPlot? For instance I have
> points {1,1},{2,2} and would like ListPlot's x-range to go from 0 to 3

ListPlot[{{1, 1}, {2, 2}}, PlotRange -> {{0, 3}, Automatic}]

-- 
Jean-Marc


  • Prev by Date: the temperamental loop or something wrong with my expression
  • Next by Date: Re: fit a BinomialDistribution to exptl data?
  • Previous by thread: RE: Specifying x-range for ListPlot
  • Next by thread: Re: Specifying x-range for ListPlot