Ticket #5028 (closed enhancement: fixed)
[with patch, positive review] point2d? says point.options instead of point2d.options
| Reported by: | slabbe | Owned by: | slabbe |
|---|---|---|---|
| Priority: | major | Milestone: | sage-3.3 |
| Component: | documentation | Keywords: | point2d |
| Cc: | Author(s): | ||
| Report Upstream: | Reviewer(s): | ||
| Merged in: | Work issues: |
Description
sage: point2d?
...
Docstring:
A point of size `pointsize' defined by point = (x,y).
Point takes either a single tuple of coordinates or a list of tuples.
Type point.options to see all options.
EXAMPLES:
...
sage: point.options
Traceback (most recent call last):
...
AttributeError: 'function' object has no attribute 'options'
sage: point2d.options
{'alpha': 1, 'faceted': False, 'pointsize': 10, 'rgbcolor': (0, 0, 1)}
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

