MathGroup Archive 2005

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

Search the Archive

Missing Graphics

  • To: mathgroup at smc.vnet.net
  • Subject: [mg54248] Missing Graphics
  • From: Bruce Colletti <vze269bv at verizon.net>
  • Date: Mon, 14 Feb 2005 21:50:41 -0500 (EST)
  • Sender: owner-wri-mathgroup at wolfram.com

Re Mathematica 5.1.

This code displays (as intended) five versions of g (first two are same):

g = Plot3D[Sin@x Cos@y, {x, -PI, PI}, {y, -PI, PI}];

Scan[Show@#@g &, {SurfaceGraphics, Graphics, ContourGraphics, 
    DensityGraphics}];

However, when DisplayFunction->Identity is added to Plot3D, only the SurfaceGraphics plot appears.  Why don't the others?

Thankx.

Bruce


  • Prev by Date: Re: ParametricPlot Problem
  • Next by Date: "teach" mathematica an integral
  • Previous by thread: Re: Importing DXF Files
  • Next by thread: Re: Missing Graphics