#21048: Graph plotting: vertex colors
-------------------------------------+-------------------------------------
       Reporter:  jmantysalo         |        Owner:
           Type:  enhancement        |       Status:  needs_work
       Priority:  major              |    Milestone:  sage-7.3
      Component:  graph theory       |   Resolution:
       Keywords:                     |    Merged in:
        Authors:  Jori Mäntysalo     |    Reviewers:  Paul Masson
Report Upstream:  N/A                |  Work issues:
         Branch:  u/jmantysalo       |       Commit:
  /vertex-color                      |  b8e8b5c5a12cc94128a230bc2346a6f32d49ddb0
   Dependencies:                     |     Stopgaps:
-------------------------------------+-------------------------------------
Changes (by vbraun):

 * status:  positive_review => needs_work


Comment:

 {{{
 sage -t --long src/sage/combinat/words/finite_word.py
 **********************************************************************
 File "src/sage/combinat/words/finite_word.py", line 116, in
 sage.combinat.words.finite_word
 Failed example:
     st.show(word_labels=True)
 Expected nothing
 Got:
     doctest:270: DeprecationWarning: Use of vertex_colors=<string> is
 deprecated, use vertex_color=<string> and/or vertex_colors=<dict>.
     See http://trac.sagemath.org/21048 for details.
 **********************************************************************
 1 item had failures:
    1 of  56 in sage.combinat.words.finite_word
     [1244 tests, 1 failure, 11.63 s]
 sage -t --long src/sage/combinat/words/suffix_trees.py
 **********************************************************************
 File "src/sage/combinat/words/suffix_trees.py", line 867, in
 sage.combinat.words.suffix_trees.ImplicitSuffixTree.?
 Failed example:
     ImplicitSuffixTree(Word('cacao')).plot(word_labels=True)
 Expected:
     Graphics object consisting of 23 graphics primitives
 Got:
     doctest:270: DeprecationWarning: Use of vertex_colors=<string> is
 deprecated, use vertex_color=<string> and/or vertex_colors=<dict>.
     See http://trac.sagemath.org/21048 for details.
     Graphics object consisting of 23 graphics primitives
 **********************************************************************
 1 item had failures:
    1 of   7 in sage.combinat.words.suffix_trees.ImplicitSuffixTree.?
     [245 tests, 1 failure, 3.03 s]
 }}}

--
Ticket URL: <https://trac.sagemath.org/ticket/21048#comment:11>
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