MathGroup Archive 1993

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

Search the Archive

Question about Display

  • To: mathgroup at yoda.physics.unc.edu
  • Subject: Question about Display
  • From: deutsch at bu-pub.bu.edu
  • Date: Tue, 20 Apr 93 08:07:30 -0400

Hello Mathgroup,

   If you save a graphic using the function 

Display["filename",graphics]


can you read this graphic back into your Mathematica session?

Example:


In[6]:= p1 = Plot[Sin[x],{x,0,2Pi}]

Out[6]= -Graphics-

In[7]:= Display["plot1", p1]

Out[7]= -Graphics-

In[8]:= Clear[p1]

In[9]:= p1 = <<plot1

Syntax::sntx: Syntax error in or before
    "/Courier findfont 10  scalefont  setfont". (line 5 of "plot1")
      ^

In[10]:=


David Deutsch
Boston University
Information Technology






  • Prev by Date: Re: Optimization
  • Next by Date: Series Expansion Inconsistency
  • Previous by thread: MathTensor Sale
  • Next by thread: Re: Question about Display