#9654: implicit_plot does not accept rgbcolor as keyword
---------------------------+------------------------------------------------
Reporter: olazo | Owner: olazo
Type: enhancement | Status: new
Priority: minor | Milestone: sage-4.7
Component: graphics | Keywords: implicit_plot
Author: | Upstream: N/A
Reviewer: | Merged:
Work_issues: |
---------------------------+------------------------------------------------
Comment(by kcrisman):
Not quite. `color` is ok, apparently not `rgbcolor`.
{{{
implicit_plot(x^2+y^2 == 2, (x,-3,3), (y,-3,3), rgbcolor=(0,1,0))
verbose 0 (138: primitive.py, options) WARNING: Ignoring option
'rgbcolor'=(0, 1, 0)
verbose 0 (138: primitive.py, options)
The allowed options for ContourPlot defined by a 150 x 150 data grid
are:
cmap the name of a predefined colormap,
a list of colors, or an instance of a
matplotlib Colormap. Type: import matplotlib.cm;
matplotlib.cm.datad.keys()
for available colormap names.
colorbar Include a colorbar indicating the levels
colorbar_optionsa dictionary of options for colorbars
contours Either an integer specifying the number of
contour levels, or a sequence of numbers giving
the actual contours to use.
fill Fill contours or not
label_options a dictionary of options for the labels
labels show line labels or not
legend_label The label for this item in the legend.
linestyles the style of the lines to be plotted
linewidths the width of the lines to be plotted
plot_points How many points to use for plotting precision
zorder The layer level in which to draw
}}}
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/9654#comment:4>
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.