[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Checking for 2d or 3d plots
From: |
John W. Eaton |
Subject: |
Re: Checking for 2d or 3d plots |
Date: |
Thu, 5 Aug 2010 12:26:47 -0400 |
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?
jwe