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