#8529: default colors for plot and implicit_plot are not consistent
--------------------------+-------------------------------------------------
Reporter: AlexGhitza | Owner: was
Type: defect | Status: needs_work
Priority: minor | Milestone: sage-4.5.2
Component: graphics | Keywords: plot default color beginner
Author: | Upstream: N/A
Reviewer: | Merged:
Work_issues: |
--------------------------+-------------------------------------------------
Comment(by jason):
See http://sagenb.org/home/jason3/230/ for how to plot implicit plots in a
different color:
{{{
var('x,y')
implicit_plot(x^2-y^2==1, (x,-5,5), (y,-5,5), cmap=["red"])
}}}
I think it might be enough to give another argument to the @options
decorator for implicit_plot: {{{cmap=["blue"]}}}
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/8529#comment:5>
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.