-> About

	LuaPlot is a small library to draw charts using cairo. It's based on the
	great CairoPlot library for Python (https://launchpad.net/cairoplot),
	and have the objetive of being versatile and generate beautiful plots.

-> Install

	# make install DESTDIR=/your/prefix

-> Usage

	The basic usage is:
	
	1. Require the files that you will use;
	2. Create the plotting, passing [optional] layout options the [required] 
	data to plot;
	3. Configure the plotting children and output handlers;
	4. Call plot:render()

	See examples/ for pratical examples.

-> Contact
	
	Lucas Hermann Negri <lucashnegri@gmail.com>
