strdiags.draw
- class rewalt.strdiags.draw(*diagrams, **params)
Bases:
Given any number of diagrams, generates their string diagrams and draws them.
This is the same as generating the string diagram for each diagram, and calling
StrDiag.draw()with the given parameters on each one of them.- Parameters
*diagrams (
diagrams.Diagram | shapes.Shape | shapes.ShapeMap) – Any number of diagrams or shapes or shape maps.- Keyword Arguments
**params – Passed to
StrDiag.draw().