Proto-repl-charts 0.3.1

Defines helper functions for displaying graphs and tables in Proto REPL.

Installation

To install, add the following dependency to your project or build file:

[proto-repl-charts "0.3.1"]

Namespaces

prc

Deprecated. Use namespaces that are children of proto-repl-charts.

Public variables and functions:

proto-repl-charts.canvas

Defines functions for opening and drawing to an HTML canvas in Atom. See the
draw function for details.

proto-repl-charts.charts

Defines functions for displaying charts.

Public variables and functions:

proto-repl-charts.examples.canvas.l-system

This provides an example of drawing on the canvas using Lindenmayer Systems
aka L-systems. Based on https://brehaut.net/blog/2011/l_systems

proto-repl-charts.examples.canvas.rotating-polygon

Public variables and functions:

proto-repl-charts.graph

Contains functions for converting a graphs into display data. Displayed graphs
are maps of nodes and edges. Nodes are maps with :id and :label. Edges are
maps of :from and :to.

Public variables and functions:

proto-repl-charts.table

Defines functions for displaying data in a table.

Public variables and functions:

proto-repl-charts.util

Public variables and functions: