regression with draw3d ?



El dom, 26-08-2012 a las 23:32 +1000, David Billinghurst escribi?:

> >> load(draw)$
> >> draw3d(xu_grid = 30, yv_grid = 60, surface_hide = true,
> >>      parametric_surface(cos(phi) * sin(theta),
> >>                         sin(phi) * sin(theta),
> >>                         cos(theta),
> >>                         theta, 0, %pi, phi, 0, 2 * %pi))$
> >>

Maybe a simpler test code like this would be enough:

draw2d(explicit(x,x,0,1))$




> > I have tested this code with Maxima 5.28 on Debian Linux, CLISP, SBCL
> > and GCL. In all cases, results are as expected.

I forgot to mention that these tests were made with Gnuplot 4.6, the
same version used in the windows binary, I think.


> 
> The windows build  for 5.27 and 5.28 use the same versions of gcl and 
> gcc, gnuplot, wxmaxima, tcl. I did make some "improvements" to configure 
> and the Makefiles, but it shouldn't have affected the graphics.

When something like

draw2d(explicit(x,x,0,1))$

is executed, Maxima generates two files: 'data.gnuplot' and
'maxout.gnuplot' in the temporary directory. I'd like to know if they
are created; if yes, can you send them to me to see if something is
wrong with the code?

--
Mario