KristofferC / Compose.jl

Declarative vector graphics

Home Page:http://giovineitalia.github.io/Compose.jl/latest/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Compose!

Compose is a vector graphics library for Julia. It forms the basis for the statistical graphics system Gadfly.

Synopsis

Unlike most vector graphics libraries, Compose is thoroughly declarative. Rather than issue a sequence of drawing commands, graphics are formed by sticking various things together and then letting the library figure out how to draw it. The "things" in this case fall one of three types: Property, Form, and Canvas. "Sticking together" is primary achieved with the compose function.

The semantics of composition are fairly simple, and once grasped provide a consistent and powerful means of building vector graphics.

Documentation

  • LATESTin-development version of the documentation.

About

Declarative vector graphics

http://giovineitalia.github.io/Compose.jl/latest/

License:Other


Languages

Language:Julia 98.4%Language:C 1.2%Language:Makefile 0.4%