| bdd.pl  -- Render Binary Decision Diagrams (BDDs)  | ||
|---|---|---|
| term_rendering/5 | Renders BDDs as emitted by library(clpb). |  | 
| c3.pl  -- SWISH C3.js based chart renderer  | ||
| term_rendering/5 | Renders Term as a C3.js chart. |  | 
| chess.pl  -- SWISH chessboard renderer  | ||
| term_rendering/5 | Render an N-queens problem. |  | 
| codes.pl  -- SWISH code-list renderer  | ||
| term_rendering/5 | Renders a list of character codes as a string. |  | 
| graphviz.pl  -- Render data using graphviz  | ||
| render_dot/5 | Render a dot program. |  | 
| svg/4 | Include SVG as pan/zoom image. |  | 
| term_rendering/5 | Renders data using graphviz. |  | 
| gvterm.pl  -- View complex terms using Graphviz  | ||
| mathjax.pl  -- SWISH Mathjax renderer  | ||
| term_rendering/5 | Render Term using Mathjax. |  | 
| rdf.pl  -- SWISH RDF renderer  | ||
| term_rendering/5 | Renders Term as a uri or Turtle syntax literal. |  | 
| sudoku.pl  -- SWISH Sudoku renderer  | ||
| term_rendering/5 | Renders Term as a sudoku matrix. |  | 
| svgtree.pl  -- SWISH SVG tree renderer  | ||
| compound_tree/3 | Render Term as a tree, considering every compound term to be a node. |  | 
| filtered_tree/4 | Render a filtered tree. |  | 
| term_rendering/5 | Render a compound term as a tree. |  | 
| table.pl  -- SWISH table renderer  | ||
| term_rendering/5 | Renders Term as a table. |  | 
| url.pl  -- SWISH url renderer  | ||
| term_rendering/5 | Renders a URL as a clickable link. |  | 
| vega.pl  -- SWISH Vega-Lite based chart renderer  | ||
| term_rendering/5 | Renders Term as a Vega-Lite chart. |  | 
| wordnet.pl  -- SWISH wordnet renderer  | ||
| term_rendering/5 | Renders a Synset as a list of words. |  |