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.