Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/myokoym/cairo-graph
- Owner: myokoym
- License: mit
- Created: 2015-03-08T09:30:02.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-03-11T18:00:54.000Z (over 9 years ago)
- Last Synced: 2024-08-09T02:25:33.784Z (3 months ago)
- Language: Ruby
- Homepage: http://myokoym.net/cairo-graph/
- Size: 133 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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