#5249: [with patch, needs work] implicit_plot3d functionality (isosurfaces, 3d
contour plots, etc.)
-------------------------+--------------------------------------------------
Reporter: jason | Owner: was
Type: enhancement | Status: new
Priority: major | Milestone: sage-3.4.2
Component: graphics | Keywords:
-------------------------+--------------------------------------------------
Comment(by wcauchois):
Has anyone else noticed that some of the plots, when rendered using the
Jmol backend, look very bumpy? The Tachyon renderings of the same plots,
however, are fine. William thought the surface normals might be incorrect,
but actually, if you zoom in on the model, you can perceive jagged edges
in some cases. Is this a bug or a feature? Does anyone know what the
problem might be?
To see what I mean, try this code:
{{{
var('x,y,z')
P = implicit_plot3d((x^2 + y^2 - 1) * ( x^2 + z^2 - 1) - 1, (x, -3, 3),
(y, -3, 3), (z, -3, 3))
P.show(viewer='jmol')
# P.show(viewer='tachyon') # uncomment this
}}}
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/5249#comment:16>
Sage <http://sagemath.org/>
Sage - Open Source Mathematical Software: Building the Car Instead of
Reinventing the Wheel
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"sage-trac" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/sage-trac?hl=en
-~----------~----~----~----~------~----~------~--~---