octave-maintainers
[Top][All Lists]
Advanced

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

Re: Checking for 2d or 3d plots


From: Shai Ayal
Subject: Re: Checking for 2d or 3d plots
Date: Thu, 5 Aug 2010 19:29:02 +0300



2010/8/5 John W. Eaton <address@hidden>
On  5-Aug-2010, Jordi Gutiérrez Hermoso wrote:

| 2010/8/5 bpabbott <address@hidden>:
| > On 05 Aug, 2010,at 11:08 AM, Jordi Gutiérrez Hermoso <address@hidden>
| > wrote:
| >
| > 2010/8/5 bpabbott <address@hidden>:
| >> Take a look at the function __calc_dimensions__ in __go_draw_axes__.m.
| >
| > Aha, thanks. This looks like it's it. I didn't think of looking in
| > m-scripts. I'll have to translate __calc_dimensions __ to C++ because
| > I will need this function for the new rotation functions, but I think
| > I can figure that out.
| >
| >
| > Any chance we can call it from an m-file? If so I can
| > replace __calc_dimensions__ in __go_draw_axes__.
|
| Yeah, sure, it should be easy to make it a DLD function.

It doesn't have to be dynamically loaded.  Shouldn't it just be
defined in graphics.cc?

look at the end of graphics.cc for examples of non dynamically loaded functions which can be called by m-files

reply via email to

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