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. :(