MathGroup Archive 1995

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

Search the Archive

FaceGrids vs GridLines

  • To: mathgroup at smc.vnet.net
  • Subject: [mg2111] FaceGrids vs GridLines
  • From: bdolicki at ifs.hr (Branimir Dolicki)
  • Date: Fri, 29 Sep 1995 01:17:52 -0400
  • Organization: Institute of Physics of the University, Zagreb, Croatia

How come I can do:

Plot[Sin[x], {x, 0, 2Pi}, GridLines -> { {Pi}, None }]

while when I try:

Plot3D[Sin[x]Cos[y], {x, 0, 2Pi}, {y, 0, 2Pi}, 
            FaceGrids -> { { {0, 0, 1}, { {Pi}, None } } } ]

I get an error message:

FaceGrids::fgstl: None is not a valid grid style specification.

although Wolfram on page 790 says:

" ... These specifications have the form described in the notes for GridLines."

And more important: How can I get FaceGrids in one direction and not in
another (stupid tricks like "FaceGrids -> { { {0, 0, 1}, { {Pi}, {box} } } }"
where box coincides with one of the box-edges - excluded), without the annoying
error message "FaceGrids::fgstl"(stupid tricks like "Off[FaceGrids::fgstl]" -
excluded) ?




Branimir Dolicki - bdolicki at phy.hr, bdolicki at ifs.hr


  • Prev by Date: 3D volume function
  • Next by Date: Direction Fields
  • Previous by thread: 3D volume function
  • Next by thread: Direction Fields