Re: Question with ListPlot
- To: mathgroup at smc.vnet.net
- Subject: [mg83881] Re: [mg83844] Question with ListPlot
- From: Bob Hanlon <hanlonr at cox.net>
- Date: Mon, 3 Dec 2007 05:50:43 -0500 (EST)
- Reply-to: hanlonr at cox.net
a = {1, 2, 3, 4}; data = Thread[{99 + Range[Length[a]], a}]; ListPlot[data, PlotStyle -> {Red, AbsolutePointSize[4]}, Frame -> True, Axes -> False] Bob Hanlon ---- Ary Adilson Morales Alvarado <amorales at lme.usp.br> wrote: > Dear friend, > > I'm master student of S=C3=A3o Paulo University of Brazil, and I have a problem > with a mathematica code. > > I would like to plot one list (only with one colum), but that "x" > coordinates begin from a number different of zero. > > For example, I have a list like that ... a={1,2,3,4} and I would like to > plot "a" in "y" coordinate and in "x" coordinate I wants to began from 100 > to 103. > > Can you help me please. > > Thanks in advanced, > > Best regards, > > -- > Ary Morales > Master Student > Microelectronic Laboratory > University of S=C3=A3o Paulo > > > > -- > This message was scanned for spam and viruses by BitDefender. > For more information please visit http://linux.bitdefender.com/ > >