Re: Plot "not working"
- To: mathgroup at smc.vnet.net
- Subject: [mg80656] Re: [mg80624] Plot "not working"
- From: Syd Geraghty <sydgeraghty at mac.com>
- Date: Tue, 28 Aug 2007 02:11:32 -0400 (EDT)
- References: <200708270323.XAA01949@smc.vnet.net>
On Aug 26, 2007, at 8:23 PM, bethe 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! > This works in Mathematica V6 just fine. It may be that you are using V5 or less in which case you need to Show[] the graphic as below. Show[Plot[{Sin[x], Sin[2 x], Sin[3 x]}, {x, 0, 2 Pi}]] <Graphic snipped> $Version "6.0 for Mac OS X x86 (32-bit) (June 19, 2007)" In[6]=$System "Mac OS X x86 (32-bit)" In asking questions it is a good practice to include version and system information and output and also (as you did) give code segments without In[]s and Out[]s. Cheers Syd Geraghty
- References:
- Plot "not working"
- From: bethe@hushmail.com
- Plot "not working"