Ticket #6930 (closed defect: fixed)
[with patch, positive review] make 3d axes labels a little more precise
| Reported by: | jason | Owned by: | was |
|---|---|---|---|
| Priority: | major | Milestone: | sage-4.1.2 |
| Component: | graphics | Keywords: | |
| Cc: | was, robertwb, wcauchois | Work issues: | |
| Report Upstream: | Reviewers: | William Stein | |
| Authors: | Jason Grout | Merged in: | Sage 4.1.2.alpha4 |
| Dependencies: | Stopgaps: |
Description (last modified by jason) (diff)
The frame labels on this plot look completely wrong, since they are only printed with 0 digits after the decimal. The attached patch makes frames with big ranges print with one digit after the decimal, which makes this plot look all right.
points([(0,0,0), (1, -1, 1), (3, 0.5, -2)])
Attachments
Change History
comment:2 Changed 4 years ago by was
- Summary changed from [with patch, needs review] make 3d axes labels a little more precise to [with patch, positive review] make 3d axes labels a little more precise
Note: See
TracTickets for help on using
tickets.

