Visualizations
Each visualization is created with a constructor, refined with fluent methods, and added to an Image. LaTeX math is supported in every label — use a single backslash in .asy strings (e.g. "$\land$", not "$\\land$").
Pick one from the sidebar, or jump straight in:
| Visualization | What it draws |
|---|---|
| RelationDiagram | Functions, relations, and mappings between sets |
| TruthTable | Truth tables for boolean expressions |
| AccumulationTable | An iterative accumulation, one row per step |
| Plot | Continuous explicit and implicit function graphs |
| DiscretePlot | Discrete step/bar plots |
| SwitchingNetwork | A boolean expression as a relay/switching network |
| GraphDiagram | Graph-theory diagrams — vertices and edges, auto-placed |