If I plot 2 points using list_plot3d, then they are correctly joined by a line. If I increase the number of points to 3, then I don't get a plane and instead get a bizarre shape with a "floor" suddenly appearing out of nowhere. See the output of
list_plot3d([(0,0,1), (1,2,2), (0,1,0)], interpolation='nn', num_points=200, point_list=True) at http://test.sagenb.org/home/pub/37/ Is this a bug in list_plot3d? -- 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-support URL: http://www.sagemath.org
