Re: Plot "not working"
- To: mathgroup at smc.vnet.net
- Subject: [mg80675] Re: Plot "not working"
- From: dimitris <dimmechan at yahoo.com>
- Date: Tue, 28 Aug 2007 06:40:30 -0400 (EDT)
- References: <fath12$3m9$1@smc.vnet.net><fb0fo1$f8r$1@smc.vnet.net>
On 28 , 09:35, Jean-Marc Gulliet <jeanmarc.gull... at gmail.com>
wrote:
> be... at hushmail.com wrote:
> > When I enter Plot[{Sin[x], Sin[2 x], Sin[3 x]}, {x, 0, 2 Pi}] ...
> > all I get is the word "-Graphics-", but no plot is visible...
>
> > Any help is appreciated...thanks in advance!
>
> You must be more specific about what you did and your platform. (Also,
> try the command in a fresh kernel.) The above command works fine on my
> system (version 6.2 and 6.0.1). See
>
> http://homepages.nyu.edu/~jmg336/mathematica/multiplots52.bmp
>
> http://homepages.nyu.edu/~jmg336/mathematica/multiplots60.png
>
> --
> Jean-Marc
I don't think it has to do a version problem.
In my 5.2 also the expected graphs are returned.
Dimitris
PS
Again the only explanation I can think is that someone has changed
$DisplayFunction = Identity;
as I say in my previous messages.