MathGroup Archive 2007

[Date Index] [Thread Index] [Author Index]

Search the Archive

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


  • Prev by Date: Re: Another question on lists
  • Next by Date: Re: Fw: BarChart inside a Frame. How to remove Labels from the top of the frame? How to put x-axis label below and not on the side?
  • Previous by thread: Plot "not working"
  • Next by thread: Re: Plot "not working"