#6184: mesh=True and dots=True don't work for 3D plots
-----------------------+----------------------------------------------------
Reporter: wcauchois | Owner: tbd
Type: defect | Status: new
Priority: major | Milestone:
Component: algebra | Keywords:
-----------------------+----------------------------------------------------
Just like the title says; the options noted do not have any effect on 3D
plots in Sage 4.0.rc0.
For example, the command
{{{
plot3d(lambda x,y: exp(x+y*I).real(), (-2, 2.4), (-3, 3), mesh=True)
}}}
Should display a 3D plot with mesh lines drawn in. However, the result
does not have mesh lines.
(This bug was discussed at [http://groups.google.com/group/sage-
devel/browse_thread/thread/ac3ae56aa896826f this forum thread].)
I will attach a patch that fixes the issue.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/6184>
Sage <http://sagemath.org/>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica,
and MATLAB
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---