MathGroup Archive 1996

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

Search the Archive

GridLines in Plot3D[ FaceGrids ]

  • To: mathgroup at smc.vnet.net
  • Subject: [mg3617] GridLines in Plot3D[ FaceGrids ]
  • From: Erwin van Soest <soest at wi.leidenuniv.nl>
  • Date: Thu, 28 Mar 1996 00:11:28 -0500
  • Organization: University of Leiden
  • Sender: owner-wri-mathgroup at wolfram.com

Can anyone help me on the following problem. 

To draw some grid lines on the upper face of a 3D bounding 
box I tried: 

  Plot3D[x^2, {x,0,1}, {y,0,1}, 
              FaceGrids->{ { {0,0,1}, {{0, 0.5, 1}, {0, 0.5, 1}}} }            
        ]


Mathematica produces the plot but it does not draw any grid lines
because:

  FaceGrids::fgstl: {0, 0.5, 1} is not a valid grid style specification.
 
  FaceGrids::fgstl: {0, 0.5, 1} is not a valid grid style specification.


I would appreciate it if someone could tell me where I go wrong.

Please repond to :  soest at wi.leidenuniv.nl

==== [MESSAGE SEPARATOR] ====


  • Prev by Date: Re: Is there a quaternion package for Mma?
  • Next by Date: Re: Is there a quaternion package for Mma?
  • Previous by thread: Forcing sequential cell evaluation
  • Next by thread: Re: GridLines in Plot3D[ FaceGrids ]