MathGroup Archive 2008

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

Search the Archive

FullGraphics[] does not work properly

  • To: mathgroup at smc.vnet.net
  • Subject: [mg89878] FullGraphics[] does not work properly
  • From: lehin.p at gmail.com
  • Date: Tue, 24 Jun 2008 03:19:26 -0400 (EDT)

Hello,
Consider the following:
g = Plot[Sin[x], {x, 0, 10}]
FullGraphics[g]
The two generated plots are not the same. But the Documentation says:
"FullGraphics[g] should display the same as g, though it may have a
different internal structure."
Obviously FullGraphics[] does not work properly. :(


  • Prev by Date: Re: Compiling SingularValueDecomposition
  • Next by Date: Re: How to add a title to a cell and then collapse it?
  • Previous by thread: Re: Speech synthesis in Mathematica 6
  • Next by thread: Re: FullGraphics[] does not work properly