From 3e6e52010d543dd00898e71bd07b447781ead477 Mon Sep 17 00:00:00 2001 From: Amitava Date: Tue, 28 Sep 2010 16:14:26 +0600 Subject: The plotutils Package. A GNU package for producing 2D plots in a variety of formats, built around an enhanced libplot C/C++ function library. Signed-off-by: Adam Vandenberg --- Library/Formula/plotutils.rb | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 Library/Formula/plotutils.rb (limited to 'Library/Formula') diff --git a/Library/Formula/plotutils.rb b/Library/Formula/plotutils.rb new file mode 100644 index 000000000..c12173158 --- /dev/null +++ b/Library/Formula/plotutils.rb @@ -0,0 +1,13 @@ +require 'formula' + +class Plotutils