help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [unclassified] Where is __go_surface__.m


From: Kai Habel
Subject: Re: [unclassified] Where is __go_surface__.m
Date: Fri, 28 Sep 2007 07:25:31 +0000
User-agent: IceDove 1.5.0.12 (X11/20070607)

Henry F. Mollet schrieb:
 [~] -bash-2.05b 501$
'/Applications/Octave.app/Contents/Resources/bin/octave'
GNU Octave, version 2.9.14

peaks.m or sombrero.m use mesh.m and both work.

Lines 67-71 in mesh.m are
## make a default line object, and make it the current axes for the
  ## current figure.
  ca = gca ();

  tmp = __go_surface__ (ca, "xdata", x, "ydata", y, "zdata", z);


But I cannot find __go_surface__.m in the plot directory nor can I locate it
elsewhere !? Why/how does mesh.m work?

__go_surface__ is a builtin function (see src/graphics.cc)


octave:5> exist('__go_surface__')
ans =  5


Kai


reply via email to

[Prev in Thread] Current Thread [Next in Thread]