API Reference Quartz v0.8.1
View SourceModules
Configuration for a given figure.
Figure
Functions to help display floats and dates.
TODO
Units of measurement for lengths.
Math characters for typesetting math formulas.
Imports versions of the arithmetic operators (+, -, * and /)
that work on polynomials (#Polynomial<...>, used for lengths in Quartz)
and hides the operators from the Kernel module which only work on numbers.
These arithmetic operators work on both polynomials and numbers and
will convert the result to a number if the result is a constant.
The module responsible for drawing and customizing 2D plots.
Utilities to work with SVG elements.
Scales for axes.
Functions to work with objects that implement the Sketch.Protocol.
A protocol that must be implemented by anything you want to draw on a figure.
Text element.
Tick managers handle the placement of ticks in the plot