#11284: Document all options of Poset.show and Poset.plot
-------------------------------------+-------------------------------------
       Reporter:  nthiery            |        Owner:  sage-combinat
           Type:  defect             |       Status:  needs_review
       Priority:  major              |    Milestone:  sage-6.4
      Component:  combinatorics      |   Resolution:
       Keywords:  posets,            |    Merged in:
  documentation,days30               |    Reviewers:
        Authors:  Nathann Cohen      |  Work issues:
Report Upstream:  N/A                |       Commit:
         Branch:  public/11284       |  329de0c33099d582cede2d26c307cf3da4d7ae16
   Dependencies:                     |     Stopgaps:
-------------------------------------+-------------------------------------
Description changed by ncohen:

Old description:

> This branch adds documentation to `FinitePoset.show` and
> `FinitePoset.plot`. It also lets one use a parameter of `plot` when
> calling `show`.
>
> 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.
>
> As `HasseDiagram` is a internal class (not meant for users) no
> deprecation was added.
>
> Nathann

New description:

 This branch adds documentation to `FinitePoset.show` and
 `FinitePoset.plot`. It also lets one use a parameter of `plot` when
 calling `show`.

 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.

 As `HasseDiagram` is a internal class (not meant for users) no deprecation
 was added.

 Nathann

 P.S.: while it seems that the code removes arguments from show and plot it
 is not the case: these arguments are handled as they should by the subcall
 to the graph plot function.

--

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

Reply via email to