MathGroup Archive 2007

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

Search the Archive

Re: Plot "not working"

  • To: mathgroup at smc.vnet.net
  • Subject: [mg80679] Re: Plot "not working"
  • From: Jon McLoone <jonm at wolfram.co.uk>
  • Date: Tue, 28 Aug 2007 06:42:35 -0400 (EDT)
  • References: <fath12$3m9$1@smc.vnet.net>

On Aug 27, 4:39 am, 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!

Sounds like your output is set to OutputForm.

Go to the menu/dialog:
Edit/Preferences/Evaluation/Format type of new output cells

and set its value to StandardForm (or TraditionalForm) NOT OutputForm.

Or evaluate
SetOptions[$FrontEnd,
 CommonDefaultFormatTypes -> {"Output" -> StandardForm}]

Jon McLoone
http://members.wolfram.com/jonm



  • Prev by Date: Re: Re: ListSurfacePlot3D in Mathematica Version 6
  • Next by Date: Question on PrincipalValue in Integrate
  • Previous by thread: Re: Plot "not working"
  • Next by thread: Re: Plot "not working"