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: [mg80540] Re: Specifying x-range for ListPlot
  • From: Jens-Peer Kuska <kuska at informatik.uni-leipzig.de>
  • Date: Sun, 26 Aug 2007 02:52:19 -0400 (EDT)
  • Organization: Uni Leipzig
  • References: <falscd$gcd$1@smc.vnet.net>
  • Reply-to: kuska at informatik.uni-leipzig.de

Hi,

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

Regards
   Jens

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
> 
> 


  • Prev by Date: Re: fit a BinomialDistribution to exptl data?
  • Next by Date: Re: IsExact
  • Previous by thread: Re: Specifying x-range for ListPlot
  • Next by thread: Re: Specifying x-range for ListPlot