NAME
Gnuplot::Builder - object-oriented gnuplot script builder
DESCRIPTION
This is an alpha release. API may change in the future.
Gnuplot::Builder is a gnuplot script builder with the following charactestics.
Object-oriented. Script settings are encapsulated in a Gnuplot::Builder::Script object, and dataset parameters are in a Gnuplot::Builder::Dataset object.
Thin. Gnuplot::Builder just builds script texts and streams to a gnuplot process. Its behavior is extremely predictable and easy to debug.
Hierarchical. Gnuplot::Builder::Script and Gnuplot::Builder::Dataset objects support prototype-based inheritance, just like JavaScript objects. This is useful for hierarchical configuration.
Currently, Gnuplot::Builder does not have any useful code. Use Gnuplot::Builder::Script and Gnuplot::Builder::Dataset.
REPOSITORY
https://github.com/debug-ito/Gnuplot-Builder
BUGS AND FEATURE REQUESTS
Please report bugs and feature requests to my Github issues https://github.com/debug-ito/Gnuplot-Builder/issues.
Although I prefer Github, non-Github users can use CPAN RT https://rt.cpan.org/Public/Dist/Display.html?Name=Gnuplot-Builder. Please send email to bug-Gnuplot-Builder at rt.cpan.org
to report bugs if you do not have CPAN RT account.
AUTHOR
Toshio Ito, <toshioito at cpan.org>
LICENSE AND COPYRIGHT
Copyright 2014 Toshio Ito.
This program is free software; you can redistribute it and/or modify it under the terms of either: the GNU General Public License as published by the Free Software Foundation; or the Artistic License.
See http://dev.perl.org/licenses/ for more information.