Mercurial > hg > octave-lyh
diff scripts/plot/plot_border.m @ 2296:5f6c19054139
[project @ 1996-06-14 06:41:57 by jwe]
author | jwe |
---|---|
date | Fri, 14 Jun 1996 06:41:57 +0000 |
parents | 5d29638dd524 |
children | 5cffc4b8de57 |
line wrap: on
line diff
--- a/scripts/plot/plot_border.m +++ b/scripts/plot/plot_border.m @@ -40,6 +40,10 @@ # Written by Vinayak Dutt, Dutt.Vinayak@mayo.EDU 3 Jul 95 + if (! gnuplot_has_multiplot) + error ("plot_border: gnuplot does not appear to support this feature"); + endif + south = 0; west = 0; north = 0; @@ -57,8 +61,8 @@ error ("plot_border: input not a string"); endif -# The effect of the arguments in cumulative. If something is found -# after "b", do that and ignore "b". + # The effect of the arguments in cumulative. If something is found + # after "b", do that and ignore "b". if (strcmp (arg, "blank") || strcmp (arg, "BLANK") || strcmp (arg, "b") || strcmp (arg, "B"))