Changes between Initial Version and Version 10 of Ticket #11284
- Timestamp:
- 12/13/14 05:53:34 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #11284
-
Property
Status
changed from
new
toneeds_review
-
Property
Authors
changed from
to
Nathann Cohen
- Property Cc jmantysalo ncohen added
-
Property
Branch
changed from
to
public/11284
-
Property
Milestone
changed from
sage-5.11
tosage-6.4
- Property Keywords days30 added
-
Property
Commit
changed from
to
329de0c33099d582cede2d26c307cf3da4d7ae16
-
Property
Status
changed from
-
Ticket #11284 – Description
initial v10 1 The documentation of the plot method of Posets does not document all options. 1 This branch adds documentation to `FinitePoset.show` and `FinitePoset.plot`. It also lets one use a parameter of `plot` when calling `show`. 2 3 It also removes the `show` and `plot` methods from `HasseDiagram`: those two functions were never used anywhere as `FinitePoset.plot` calls `DiGraph.plot` directly. They also accepted parameters that were never used in the code. 4 5 As `HasseDiagram` is a internal class (not meant for users) no deprecation was added. 6 7 Nathann