Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/moritz/svg-plot
Various plot types with SVG output, with Perl 6
https://github.com/moritz/svg-plot
Last synced: about 1 month ago
JSON representation
Various plot types with SVG output, with Perl 6
- Host: GitHub
- URL: https://github.com/moritz/svg-plot
- Owner: moritz
- License: artistic-2.0
- Created: 2009-08-16T17:18:49.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2018-04-13T06:32:36.000Z (almost 7 years ago)
- Last Synced: 2024-12-18T05:39:12.541Z (about 1 month ago)
- Language: Perl 6
- Homepage:
- Size: 88.9 KB
- Stars: 13
- Watchers: 7
- Forks: 5
- Open Issues: 13
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
SVG::Plot is a simple 2D chart plotter for Perl 6.
It currently supports bars, stacked bars, lines and points (both equally
spaced with optional labels, or xy plots).Initial announcement: http://perlgeek.de/blog-en/perl-6/svg-adventure.html
If you want to have a Makefile, please use ufo from http://github.com/masak/ufo/
to generate one.