technical_graph

Purpose of this gem is to create neat, meaningful, linear graphs for large amount of data.

When you want to: * create big graph using large amount of data, * do it offline and speed is not the most important factor, * minimize needed code, * use only linear graph, * RMagick / ImageMagick is ok for you, * tired of forgotten gems/libraries…

Then you should try this gem.

I created it because there were not available and maintained gems for that I needed. Now I use it to create hourly temperature and wind speed graphs for vast period of time (months, years), visualize measurements for HomeIO.

If you want to create candy, ultra fast, web graphs it is maybe not the best tool. If you want other graph types than linear it is definitely not the right tool for you. You can find my competitors here.

Future

  1. Curved graphs.

  2. Bug fixes, cleaning.

Quick start

Check currents test if documentation is not enough :)

This is the new, easiest, better and nicer approach because technical_graph render graph using appropriate drawer to file extension.

Some notes about formats and dependencies

technical_graph uses rasem for SVG and it works wery well. For PNG it uses chunky_png with oily_png if possible, but there is a lot of missing features. If you need PNG I recommend to install good, old rmagick.

An old way

Up to version 0.5.1 you had to render image before you could save it to file. It should work in current version too.

Documentation

Documentation was moved here

Contributing to technical-graph

Copyright © 2011-2012 Aleksander Kwiatkowski. See LICENSE.txt for further details.