#1431: basic plotting: add support for setting the location and labels of all 
tick
marks on the x and y axes
---------------------------+------------------------------------------------
   Reporter:  was          |       Owner:  was        
       Type:  enhancement  |      Status:  needs_work 
   Priority:  major        |   Milestone:  sage-4.3   
  Component:  graphics     |    Keywords:             
Work_issues:               |      Author:  Jason Grout
   Reviewer:               |      Merged:             
---------------------------+------------------------------------------------

Comment(by jason):

 Personally, I think creating formatters and locators *is* easy.  Notice
 what I did to create the locator: {{{MultipleLocator(float(pi/3))}}}.  The
 formatter is slightly harder because it's a harder problem I was trying to
 solve---given a floating point number, find a nice multiple of pi
 expression for a label.  In general, though, it's easy to just give a list
 of tick values and strings.

 What did you have in mind for an easier wrapper?

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/1431#comment:6>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica, 
and MATLAB

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"sage-trac" group.
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-trac?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to