MathGroup Archive 1991

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

Search the Archive

Re: A few questions

  • To: mathgroup at yoda.ncsa.uiuc.edu
  • Subject: Re: A few questions
  • From: nb at Sunburn.Stanford.EDU
  • Date: Fri, 01 Mar 91 13:48:00 PST

Here is the answer to one of your questions.

> Is it possible to label the Axes on a Plot3D graph. I tried the plot
> parameter AxesLabel->{"xlabel", "ylabel"} but it did not work.


There are three axes in a 3D plot.  Try using:

AxesLabel->{"xlabel","ylabel","zlabel"}

or

if you do not want to label the z-axes, try

AxesLabel->{"xlabel", "ylabel", ""}

Nancy Blachman
Variable Symbols, Inc.


  • Prev by Date: Re: Bug in Tanh[x]
  • Next by Date: New version of TeX/Mathematica tools
  • Previous by thread: Re: Bug in Tanh[x]
  • Next by thread: New version of TeX/Mathematica tools