diff arrows/@vplotter/vplotter.m @ 37:beb8a3f4a345

Renamed prefs to options throughout.
author samer
date Mon, 28 Jan 2013 10:52:11 +0000
parents 672052bd81f8
children
line wrap: on
line diff
--- a/arrows/@vplotter/vplotter.m	Thu Jan 24 14:51:23 2013 +0000
+++ b/arrows/@vplotter/vplotter.m	Mon Jan 28 10:52:11 2013 +0000
@@ -15,7 +15,7 @@
 % the handle graphics object returned by the plotting function.
 
 function o=vplotter(varargin)
-	s.opts=prefs('ylim',[],'xlim',[],'plotfn',@plot,'args',{},varargin{:});
+	s.opts=options('ylim',[],'xlim',[],'plotfn',@plot,'args',{},varargin{:});
 	o=class(s,'vplotter',agraph(1,s.opts));
 end