#13576: add options about custom markers to point2d
-------------------------------------+-------------------------------------
       Reporter:  ppurka             |        Owner:  jason, was
           Type:  enhancement        |       Status:  needs_work
       Priority:  minor              |    Milestone:  sage-6.1
      Component:  graphics           |   Resolution:
       Keywords:                     |    Merged in:
        Authors:  Punarbasu          |    Reviewers:  Karl-Dieter Crisman
  Purkayastha                        |  Work issues:  marker, check list of
Report Upstream:  N/A                |  markers
         Branch:                     |       Commit:
  u/ppurka/ticket/13576              |  9305db7241e5fc666e8de794755e3ac2d81706b5
   Dependencies:                     |     Stopgaps:
-------------------------------------+-------------------------------------
Changes (by ppurka):

 * status:  needs_review => needs_work
 * work_issues:   => marker, check list of markers


Comment:

 Replying to [comment:26 kcrisman]:
 > Dumb comment - I know the defaults would mean this could only happen if
 someone purposely used the graphics primitive.  But
 > {{{
 > scatteroptions['marker'] = options.pop('marker')
 > }}}
 > maybe should have the optional default argument.
 `marker` should always be defined because `Point` class is never exposed
 to the user and the method for `points` has `@options(marker='o')`.

 The list of markers might be different between the two. We should probably
 just point people to the other list; for example the list in `plot`. The
 list should probably be compared with mpl and checked to make sure that it
 is up to date.

--
Ticket URL: <http://trac.sagemath.org/ticket/13576#comment:27>
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 unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sage-trac.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to