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

Comment (by jmantysalo):

 Still about the desing... I the user is plotting just one graph, it is
 easier to have single `plot()` with massive list of options.

 If the user wants to plot same graph somehow modified, then it will be
 easier to do something like

 {{{
 G.set_vertex_shape('a', 'rectangle')
 G.set_vertex_shape('b', 'circle')
 G.show()
 G.do_something_inplace('a', 'x')
 G.show()
 }}}

 From these choised I would choose first one. I would make a `plot()` with
 huge list of options, and internally `set_vertices()` and `set_edges()`
 with a manageable number of options.

--
Ticket URL: <http://trac.sagemath.org/ticket/13827#comment:15>
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 https://groups.google.com/group/sage-trac.
For more options, visit https://groups.google.com/d/optout.

Reply via email to