galactic.algebras.lattice.renderer#
Defines classes for visualizing reduced context diagrams in a lattice algebra context.
Classes
- class ReducedContextDiagram(relation, drawer)#
Bases:
SagittalDiagram[_E,_E]Draws sagittal diagrams for reduced lattice contexts.
Useful for visualizing reduced context diagrams of lattices in Jupyter notebooks.
- class ReducedContextDiagramRenderer(**data)#
Bases:
SagittalDiagramRenderer[TypeVar, TypeVar]Renders Graphviz attributes for a reduced context diagram.
Notes
See http://www.graphviz.org/doc/info/attrs.html for available attributes.
- graph_attributes()#
Return the Graphviz attributes for the diagram.
- class ReducedContextDiagramDrawer(**data)#
Bases:
SagittalDiagramDrawer[TypeVar, TypeVar]Draws sagittal diagrams for reduced lattice contexts.
Useful for visualizing reduced context diagrams of lattices in Jupyter notebooks.