Ticket #1249 (closed defect: fixed)
[with patch, with positive review] fixes bug in graph plotting with partitions
| Reported by: | rlm | Owned by: | mhansen |
|---|---|---|---|
| Priority: | major | Milestone: | sage-2.8.15 |
| Component: | combinatorics | Keywords: | graphs |
| Cc: | Work issues: | ||
| Report Upstream: | Reviewers: | ||
| Authors: | Merged in: | ||
| Dependencies: | Stopgaps: |
Description
Attachments
Change History
comment:1 Changed 6 years ago by cwitty
- Summary changed from [with patch] fixes bug in graph plotting with partitions to [with patch, with positive review] fixes bug in graph plotting with partitions
Looks good to me: the example in the doctests fails before the patch and succeeds after the patch. There is one caveat: I think the call to D.show() in the first doctest chunk was supposed to be D.plot().
But IMHO good enough to apply, anyway.
Note: See
TracTickets for help on using
tickets.

