On Tue, Apr 27, 2010 at 04:13:08PM +0200, Martin Rubey wrote:
> I was plotting a poset, vertices labelled by skew partitions.
> Unfortunately, the labels overlap.  Is it possible to "zoom" the plot?

Nope.

But with the #7004 patch applied and dot2tex and graphviz, you can get
nice latex output:

    sage: P = posets.IntegerPartitions(4)
    sage: g = P.hasse_diagram()
    sage: g.set_latex_options(format = "dot2tex")
    sage: view(g, tightpage = True, viewer = "pdf")

Admitted, that's still very much perfectible ...

Cheers,
                                Nicolas
--
Nicolas M. Thiéry "Isil" <nthi...@users.sf.net>
http://Nicolas.Thiery.name/

-- 
You received this message because you are subscribed to the Google Groups 
"sage-combinat-devel" group.
To post to this group, send email to sage-combinat-de...@googlegroups.com.
To unsubscribe from this group, send email to 
sage-combinat-devel+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sage-combinat-devel?hl=en.

Reply via email to