#13078: Make it easier to do custom tick formatting
-------------------------------+--------------------------------------------
Reporter: kcrisman | Owner: jason, was
Type: enhancement | Status: needs_review
Priority: minor | Milestone: sage-5.3
Component: graphics | Resolution:
Keywords: | Work issues:
Report Upstream: N/A | Reviewers:
Authors: | Merged in:
Dependencies: | Stopgaps:
-------------------------------+--------------------------------------------
Comment (by kcrisman):
Swift glance is all I have time for now, but on the face of it this seems
good. ppurka, do we want the possibility of custom formatting even if for
some reason someone just guesses that there are three ticks and then pass
in the correct list? What about if people send in other custom tick
options? For instance, I could imagine
{{{
plot(sin(x),(x,-2*pi,2*pi),ticks=pi,tick_formatter=['$2\pi$','','','','$2\pi$'])
}}}
or something. Notice also that we want to make sure that it works
properly with the `tick_formatter` convention that if there is only one
item, not a list of two lists/`None`, then it corresponds to the
horizontal axis. Otherwise things get too weird.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/13078#comment:7>
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.