Jason Grout wrote:
> I can't make sense of the numbers on the bounding box of this 3d plot:
> 
> points([(0,0,0), (1, 1, 1), (3, 0.5, -2)])
> 
> The y-axis looks okay, and is labeled 0, 0.5, 1.
> 
> The z-axis is labeled 1, -0, -2, with all numbers equally spaced.
> 
> The x-axis is labeled 0, 2, 3, again, with equally-spaced numbers.
> 
> Also, the "origin" point doesn't appear to be at (0,0,0).
> 
> Does anyone know what is going on?
> 

Okay, the problem was that the frame labels were printing with 0 digits 
after the decimal since the axes range was over 2.0.  I put up a 
one-character patch which changes this to printing 1 digit after the 
decimal, which makes the plot look all right (well, at least the frame 
labels make sense now!).

Hopefully this will be a 2-second review for someone:

http://trac.sagemath.org/sage_trac/ticket/6930

Jason



-- 
Jason Grout


--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to sage-support@googlegroups.com
To unsubscribe from this group, send email to 
sage-support-unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/sage-support
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---

Reply via email to