#12214: polygon documentation in error
------------------------+---------------------------------------------------
Reporter: kcrisman | Owner: jason, was
Type: defect | Status: new
Priority: minor | Milestone: sage-4.8
Component: graphics | Keywords: beginner
Work_issues: | Upstream: N/A
Reviewer: | Author:
Merged: | Dependencies:
------------------------+---------------------------------------------------
{{{
Type polygon.options for a dictionary of the default options for polygons.
}}}
This seems to not be correct.
{{{
sage: polygon.options
---------------------------------------------------------------------
AttributeError: 'function' object has no attribute 'options'
}}}
We should fix the documentation to
{{{
sage: sage.plot.polygon.polygon2d.options
{'alpha': 1, 'legend_label': None, 'rgbcolor': (0, 0, 1), 'thickness': 0}
}}}
or something else that fixes this.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/12214>
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.