MathGroup Archive 2004

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

Search the Archive

Re: Graphic looping error?

  • To: mathgroup at smc.vnet.net
  • Subject: [mg48649] Re: Graphic looping error?
  • From: V.Cejka at seznam.cz (Vasek)
  • Date: Wed, 9 Jun 2004 04:17:16 -0400 (EDT)
  • References: <a9jusguk3j9k@legacy>
  • Sender: owner-wri-mathgroup at wolfram.com

Mathematica first creates the graphics object from the Plot command,
it is returned (text below is =Graphics=). Than it converts this
graphics object to postscript and finally renders the postscript
graphics. What system do you use? I know only Windows version, there
should be "Rendering graphics..." notice down the screen while doing
the last step. The creation of the Graphics object probably works
well, you can try to look at it:
graph=Plot[....];
??graph

To test the conversion to postscript you can look at the cell
expression of the cell with the plot. Try menu command "Show
expression" (shift+ctrl+e). Is there some generated text?

You can send me your notebook with the problem.

On 7 Jun 04 04:06:31 -0400 (EDT), Macin wrote:
>Hi!
>I`ve got a problem with Mathematica 5.0. while using plot function,
>(i.e. Plot[Sin[x],{x,0,1}]) I don`t get aby result (even for basic
>functions), only a square where the graphic should be, and a text
>below: =Graphics=. The program draws nothing, and looks like it is
>dooing some loop, but I don`t konw which one, because no loop is
>defined in this example. How do I know it is making a loop? The usage
>of processor is 100%, but no other program is running at the
>moment...I tried to reinstal Mathematica, but didn`t help. What
should
>I do.


  • Prev by Date: Re: system of nonlinear differential equations
  • Next by Date: Re: Re: Where does Return return to?
  • Previous by thread: Re: system of nonlinear differential equations
  • Next by thread: Hyperlinks and stylesheets question