Ticket #6930 (closed defect: fixed)

Opened 4 years ago

Last modified 4 years ago

[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

trac_6930_axes3d_frame_label.patch Download (691 bytes) - added by jason 4 years ago.

Change History

Changed 4 years ago by jason

comment:1 Changed 4 years ago by jason

  • Description modified (diff)

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

comment:3 Changed 4 years ago by mvngu

  • Status changed from new to closed
  • Reviewers set to William Stein
  • Resolution set to fixed
  • Merged in set to Sage 4.1.2.alpha3

comment:4 Changed 4 years ago by mvngu

  • Merged in changed from Sage 4.1.2.alpha3 to Sage 4.1.2.alpha4

There is no 4.1.2.alpha3. Sage 4.1.2.alpha3 was William Stein's release for working on making the notebook a standalone package.

Note: See TracTickets for help on using tickets.