Ticket #6184 (closed defect: fixed)
[with patch, positive review] mesh=True and dots=True don't work for 3D plots
Description
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 this forum thread.)
I will attach a patch that fixes the issue.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

