Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/myokoym/cairo-graph

A library that can generate graph easily, by cairo (rcairo) with Ruby.
https://github.com/myokoym/cairo-graph

Last synced: 2 days ago
JSON representation

A library that can generate graph easily, by cairo (rcairo) with Ruby.

Awesome Lists containing this project

README

        

# Cairo::Graph

A library that can generate graph easily, by cairo (rcairo) with Ruby.

![](http://myokoym.net/public/graph-by-rcairo.png)

## Dependencies

* [rcairo](http://rcairo.github.io/)

## Installation

Add this line to your application's Gemfile:

```ruby
gem "cairo-graph"
```

And then execute:

$ bundle

Or install it yourself as:

$ gem install cairo-graph

## Usage

See [examples/basic.rb](https://github.com/myokoym/cairo-graph/blob/master/examples/basic.rb).

## Authors

* Masafumi Yokoyama ``

## License

MIT License.

See LICENSE.txt for details.

## Contributing

1. Fork it ( https://github.com/myokoym/cairo-graph/fork )
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create a new Pull Request