comparison scripts/plot/refreshdata.m @ 9040:dbd0c77e575e

Cleanup documentation file plot.texi Spellcheck Stylecheck (Mostly double spaces after periods)
author Rik <rdrider0-list@yahoo.com>
date Sun, 22 Mar 2009 14:40:24 -0700
parents a7b83ced7a7a
children 16f53d29049f
comparison
equal deleted inserted replaced
9039:51dc9691f23f 9040:dbd0c77e575e
19 ## -*- texinfo -*- 19 ## -*- texinfo -*-
20 ## @deftypefn {Function File} {} refreshdata () 20 ## @deftypefn {Function File} {} refreshdata ()
21 ## @deftypefnx {Function File} {} refreshdata (@var{h}) 21 ## @deftypefnx {Function File} {} refreshdata (@var{h})
22 ## @deftypefnx {Function File} {} refreshdata (@var{h}, @var{ws}) 22 ## @deftypefnx {Function File} {} refreshdata (@var{h}, @var{ws})
23 ## Evaluates any datasource properties of the current figure and updates 23 ## Evaluates any datasource properties of the current figure and updates
24 ## the corresponding data. If call with one or more arguments @var{h} is 24 ## the corresponding data. If call with one or more arguments @var{h} is
25 ## a scalar or array of figure handles which to refresh. The data 25 ## a scalar or array of figure handles which to refresh. The data
26 ## sources are by default evaluated in the "base" workspace but can also 26 ## sources are by default evaluated in the "base" workspace but can also
27 ## be set in the "caller" workspace. 27 ## be set in the "caller" workspace.
28 ## 28 ##
29 ## An example of the use of refreshdata is 29 ## An example of the use of refreshdata is
30 ## 30 ##