comparison scripts/plot/plot_border.m @ 4422:92be67bc9301

[project @ 2003-06-04 17:43:15 by jwe]
author jwe
date Wed, 04 Jun 2003 17:43:15 +0000
parents e0b7a493e5a8
children 7fa16e369904
comparison
equal deleted inserted replaced
4421:747e1e895f7c 4422:92be67bc9301
50 ## Author: Vinayak Dutt <Dutt.Vinayak@mayo.EDU> 50 ## Author: Vinayak Dutt <Dutt.Vinayak@mayo.EDU>
51 ## Created: 3 July 95 51 ## Created: 3 July 95
52 ## Adapted-By: jwe 52 ## Adapted-By: jwe
53 53
54 function plot_border (varargin) 54 function plot_border (varargin)
55
56 if (! gnuplot_has_multiplot)
57 error ("plot_border: gnuplot does not appear to support this feature");
58 endif
59 55
60 south = 0; 56 south = 0;
61 west = 0; 57 west = 0;
62 north = 0; 58 north = 0;
63 east = 0; 59 east = 0;