#4529: Implement plots with logarithmic scale
-----------------------------------------+----------------------------------
Reporter: ronanpaixao | Owner: ronanpaixao
Type: enhancement | Status: needs_work
Priority: major | Milestone: sage-5.1
Component: graphics | Resolution:
Keywords: plot log scale | Work issues: doctests, strings
Report Upstream: N/A | Reviewers:
Authors: Punarbasu Purkayastha | Merged in:
Dependencies: #12974 | Stopgaps:
-----------------------------------------+----------------------------------
Changes (by ppurka):
* status: needs_review => needs_work
* work_issues: => doctests, strings
Comment:
It just seemed easier and cleaner to handle the scaling by hardcoding the
scale. I will see how the patch turns out if I don't hardcode it.
Most people will expect the functions `semilog*` and `loglog*` to be
present. For instance, matlab has all of those commands (matlab has it
only for list plots, the function plotter called `ezplot` does not have it
AFAIK), and mathematica has `LogLogPlot` and `LogLinearPlot`.
If it is not desirable, then we can simply have just two functions
`log_plot(scale='loglog'|'semilogx'|'semilogy', funcs, ...)`, and
`log_list_plot(scale='loglog'|'semilogx'|'semilogy', data, ...)`.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/4529#comment:28>
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.