Cool pictures produced with Sage-Combinat

    sage: W = WeylGroup(['A',2],prefix='s')
    sage: G = W.quantum_bruhat_graph()
    sage: G.show()

    sage: W = WeylGroup(['A',3],prefix='s')
    sage: G = W.quantum_bruhat_graph([1])
    sage: G.show()

    sage: g = sage.categories.category.category_graph()
    sage: g.set_latex_options(format="dot2tex")
    sage: view(g, pdflatex=True, tightpage = True)