[sage-support] Re: z-range issues in implicit_plot3d

2009-11-09 Thread Jason Grout
William Cauchois wrote: > Thanks for your work resolving this issue! I will be happy to create a > Trac ticket and submit a patch with this change. > I beat you to it! I guess that's okay, since I think the problem is my fault anyway. The patch is up at http://trac.sagemath.org/sage_trac/tick

[sage-support] Re: z-range issues in implicit_plot3d

2009-11-08 Thread William Cauchois
Thanks for your work resolving this issue! I will be happy to create a Trac ticket and submit a patch with this change. -- Bill On Nov 8, 7:38 pm, Matt Rissler wrote: > Poking through the code > > I think line 922 in sage/plot/plot3d/implicit_surface.pyx should read: > > self.zrange= ranges[2][

[sage-support] Re: z-range issues in implicit_plot3d

2009-11-08 Thread Matt Rissler
That's line 932 On Nov 8, 9:38 pm, Matt Rissler wrote: > Poking through the code > > I think line 922 in sage/plot/plot3d/implicit_surface.pyx should read: > > self.zrange = ranges[2][:2] > > I'd submit the patch myself, but I'd have to create a login and figure > out the versioning system.  Som

[sage-support] Re: z-range issues in implicit_plot3d

2009-11-08 Thread Matt Rissler
Poking through the code I think line 922 in sage/plot/plot3d/implicit_surface.pyx should read: self.zrange = ranges[2][:2] I'd submit the patch myself, but I'd have to create a login and figure out the versioning system. Someday, but not today. Matt On Oct 24, 11:34 pm, Micah wrote: > Greeti