comparison scripts/plot/zlabel.m @ 2311:2b5788792cad

[project @ 1996-07-11 20:18:38 by jwe]
author jwe
date Thu, 11 Jul 1996 20:18:38 +0000
parents 5cffc4b8de57
children 204cc7db6f4a
comparison
equal deleted inserted replaced
2310:e2a8f216373d 2311:2b5788792cad
15 ### You should have received a copy of the GNU General Public License 15 ### You should have received a copy of the GNU General Public License
16 ### along with Octave; see the file COPYING. If not, write to the Free 16 ### along with Octave; see the file COPYING. If not, write to the Free
17 ### Software Foundation, 59 Temple Place - Suite 330, Boston, MA 17 ### Software Foundation, 59 Temple Place - Suite 330, Boston, MA
18 ### 02111-1307, USA. 18 ### 02111-1307, USA.
19 19
20 ## usage: zlabel (text)
21 ##
22 ## Defines a label for the z-axis of a plot. The label will appear the
23 ## next time a plot is displayed.
24 ##
25 ## See other plotting commands also.
26
20 function zlabel (text) 27 function zlabel (text)
21
22 ## usage: zlabel (text)
23 ##
24 ## Defines a label for the z-axis of a plot. The label will appear the
25 ## next time a plot is displayed.
26 ##
27 ## See other plotting commands also.
28 28
29 ## Written by Vinayak Dutt, Dutt.Vinayak@mayo.EDU 3 Jul 95 29 ## Written by Vinayak Dutt, Dutt.Vinayak@mayo.EDU 3 Jul 95
30 30
31 if (nargin != 1) 31 if (nargin != 1)
32 usage ("zlabel (text)"); 32 usage ("zlabel (text)");