#13827: Allow more customization in GraphPlot
--------------------------------+----------------------------------
       Reporter:  ppurka        |        Owner:  jason, ncohen, rlm
           Type:  enhancement   |       Status:  new
       Priority:  major         |    Milestone:  sage-6.4
      Component:  graph theory  |   Resolution:
       Keywords:                |    Merged in:
        Authors:                |    Reviewers:
Report Upstream:  N/A           |  Work issues:
         Branch:                |       Commit:
   Dependencies:                |     Stopgaps:
--------------------------------+----------------------------------

Comment (by jmantysalo):

 Replying to [comment:8 ppurka]:
 > > Make pink true default color for vertices, so that setting color of
 vertex 1 will left vertex 2 to pink.
 >
 > Maybe it should be blue/sage color, so as to be default with the sage
 plots.

 Whatever. But I suppose that we agree that setting color of vertex 1
 should not change color of vertex 2.

 > Instead of adding many keyword arguments for the overall plot command,
 it might be better to let the methods take care of the setting. - -
 >
 > * Introduce the `vertex_shapes` and such other vertex related properties
 not in `plot` but in the `set_vertex` method.

 so we would have something like

 {{{
 p = G.plot()
 p.set_vertex(('shapes', {'d': G.sources()}), ('colors', ...))
 p.show()
 }}}

 ? Sounds complicated.

--
Ticket URL: <http://trac.sagemath.org/ticket/13827#comment:9>
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/d/optout.

Reply via email to