Re: Graphics problem
- To: mathgroup at smc.vnet.net
- Subject: [mg25127] Re: Graphics problem
- From: leko at ix.netcom.com (J. Leko)
- Date: Sun, 10 Sep 2000 03:14:47 -0400 (EDT)
- References: <8p9kcg$1oq@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
Nick, I pasted the ListPlot command line into my version of 3, and it evaluated with absolutely no trouble. Perhaps there was some other conflicting definition in that session? Regards, J. Leko Please respond to leko*j at cspar.uah.edu and remove the * In article <8p9kcg$1oq at smc.vnet.net>, "N.Tsotros" <travis at beackle.fsnet.co.uk> wrote: > Hi, > > Any ideas why i get the following message: > > Display::initstate: Display cannot be used during initialization. > > Display["stdout", Graphics] > > > when i input: > > t1 = ListPlot[{{0, 1}, {1, 2}, {2, 3}, {3, 4}}, PlotJoined -> True, > AxesLabel -> {"Tax", "Output"}] > > Could this be a problem related to a corrupted copy of Mathematica ? > > Thanks in advance, > > Nick