Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/smee/jfreechart-utils
Helper methods for using JFreechart from Clojure
https://github.com/smee/jfreechart-utils
clojure jfreechart
Last synced: 3 months ago
JSON representation
Helper methods for using JFreechart from Clojure
- Host: GitHub
- URL: https://github.com/smee/jfreechart-utils
- Owner: smee
- Created: 2012-02-23T09:54:59.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2024-05-16T10:35:55.000Z (8 months ago)
- Last Synced: 2024-05-16T11:31:33.608Z (8 months ago)
- Topics: clojure, jfreechart
- Language: Clojure
- Homepage:
- Size: 64.5 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# chart-utils
Functional wrapper around JFreechart to generate and manipulate charts from clojure.
The bulk of the functions was extracted from Incanter, with several enhancements like markers, combined plots etc.[![Build Status](https://secure.travis-ci.org/smee/jfreechart-utils.png)](http://travis-ci.org/smee/jfreechart-utils)
## UsageFIXME: write
## License
same as IncanterDistributed under the Eclipse Public License, the same as Clojure.