Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/moritz/tufte
SVG plotting library for Perl 6
https://github.com/moritz/tufte
Last synced: 2 months ago
JSON representation
SVG plotting library for Perl 6
- Host: GitHub
- URL: https://github.com/moritz/tufte
- Owner: moritz
- Created: 2009-08-20T12:26:58.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2010-08-26T09:52:48.000Z (over 14 years ago)
- Last Synced: 2024-10-10T20:50:39.251Z (3 months ago)
- Language: Perl
- Homepage:
- Size: 116 KB
- Stars: 9
- Watchers: 6
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
Tufte is a port of the "scruffy"[1] plotting library for Perl 6.
It is a work in progress (ie not yet done much).
[1] http://scruffy.rubyforge.org/
== SYNOPSIS:
given Tufte::Graph.new {
.title = "Sample Line Graph";
.renderer = Tufte::Renderer::Standard.new;.add(:line, 'Example', [20, 100, 70, 30, 106]);
.render(:to);
.render(:width(300), :height(200),
:to, :as);
}== LICENSE
Since scruffy is released under a MIT-style license and we're pretty much
copying their code, we have to adapt either the same license, or an
intersection of the MIT license and Artistic License 2.0.Every contributor is welcome to voice his or her opinion about that here.
who OK with MIT OK with MIT + AL 2.0 preference
---------------------------------------------------------------------
moritz [X] [X] MIT