comparison scripts/plot/__go_draw_figure__.m @ 6895:76e3d985ae56

[project @ 2007-09-13 18:22:38 by jwe]
author jwe
date Thu, 13 Sep 2007 18:22:51 +0000
parents b2b3b0509586
children 93c65f2a5668
comparison
equal deleted inserted replaced
6894:0a71f51ae624 6895:76e3d985ae56
15 ## You should have received a copy of the GNU General Public License 15 ## You should have received a copy of the GNU General Public License
16 ## along with Octave; see the file COPYING. If not, write to the Free 16 ## along with Octave; see the file COPYING. If not, write to the Free
17 ## Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 17 ## Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
18 ## 02110-1301, USA. 18 ## 02110-1301, USA.
19 19
20 ## -*- texinfo -*- 20 ## Undocumented internal function.
21 ## @deftypefn {Function File} {} __go_draw_figure__ (f)
22 ## Display the figure @var{f}.
23 ## @end deftypefn
24 21
25 ## Author: jwe 22 ## Author: jwe
26 23
27 function __go_draw_figure__ (f, plot_stream) 24 function __go_draw_figure__ (f, plot_stream)
28 25