Opened 9 years ago
Last modified 9 years ago
#12872 closed enhancement
A show method for permutations — at Version 3
Reported by: | ncohen | Owned by: | sage-combinat |
---|---|---|---|
Priority: | major | Milestone: | sage-5.1 |
Component: | combinatorics | Keywords: | |
Cc: | wdj, fhivert, sage-combinat | Merged in: | |
Authors: | Reviewers: | ||
Report Upstream: | N/A | Work issues: | |
Branch: | Commit: | ||
Dependencies: | Stopgaps: |
Description (last modified by )
Following the discussion that took place there [1], this patch adds a .show() method to the Permutation class, to obtain drawings like the own we can see there [2].
Nathann
[1] https://groups.google.com/d/topic/sage-combinat-devel/vdfE7iaJTxs/discussion
[2] http://upload.wikimedia.org/wikipedia/en/7/78/Permutation_graph.svg
Change History (3)
comment:1 Changed 9 years ago by
- Description modified (diff)
comment:2 Changed 9 years ago by
- Cc wdj fhivert added
- Status changed from new to needs_review
comment:3 Changed 9 years ago by
- Description modified (diff)
Note: See
TracTickets for help on using
tickets.
Now needs a review ! And comments too, if you do not agree with the patch
:-)
Nathann