#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_review
Priority: major | Milestone: sage-4.3
Component: graphics | Keywords:
Work_issues: | Author: Jason Grout, Karl-Dieter
Crisman
Reviewer: Karl-Dieter Crisman | Merged:
-----------------------------------+----------------------------------------
Changes (by newvalueoldvalue):
* status: needs_work => needs_review
* reviewer: => Karl-Dieter Crisman
* author: Jason Grout => Jason Grout, Karl-Dieter Crisman
Comment:
This is what I meant:
{{{
sage: plot(sin(x), (x,0,2*pi), tick_locator=pi/3, tick_formatter='pi')
sage: plot(1.5/(1+e^(-x)), (x,-10,10), tick_locator=[None, 1.5/4]) # shows
the inflection point height!
}}}
See soon-to-be-attached patch. Thanks SO much for making this possible -
my additions just make it easier for people like me who don't know
matplotlib :)
Also, positive review to the parts I didn't do.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/1431#comment:10>
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
-~----------~----~----~----~------~----~------~--~---