Mercurial > hg > octave-lyh
comparison scripts/plot/plot_border.m @ 2312:204cc7db6f4a
[project @ 1996-07-11 21:20:36 by jwe]
author | jwe |
---|---|
date | Thu, 11 Jul 1996 21:20:36 +0000 |
parents | 2b5788792cad |
children | 5ca126254d15 |
comparison
equal
deleted
inserted
replaced
2311:2b5788792cad | 2312:204cc7db6f4a |
---|---|
34 ## "east", "EAST", "e", "E", ---> East Border | 34 ## "east", "EAST", "e", "E", ---> East Border |
35 ## "west", "WEST", "w", "W", ---> West Border | 35 ## "west", "WEST", "w", "W", ---> West Border |
36 ## | 36 ## |
37 ## Without any arguments, turns borders off. | 37 ## Without any arguments, turns borders off. |
38 | 38 |
39 ## Author: Vinayak Dutt <Dutt.Vinayak@mayo.EDU> | |
40 ## Created: 3 July 95 | |
41 ## Adapted-By: jwe | |
42 | |
39 function plot_border (...) | 43 function plot_border (...) |
40 | |
41 ## Written by Vinayak Dutt, Dutt.Vinayak@mayo.EDU 3 Jul 95 | |
42 | 44 |
43 if (! gnuplot_has_multiplot) | 45 if (! gnuplot_has_multiplot) |
44 error ("plot_border: gnuplot does not appear to support this feature"); | 46 error ("plot_border: gnuplot does not appear to support this feature"); |
45 endif | 47 endif |
46 | 48 |