diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2001-07-17 07:27:23 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2001-07-17 07:27:23 +0000 |
commit | ec7701ec442cfdbf5aeeae8b715e8333b9c80f4c (patch) | |
tree | 2e50e676a0d86d019c8e3d37c4f59fd5320a2096 /graphics/ruby-gdchart/files/patch-README.en | |
parent | Enable JPEG support. (diff) |
Add ruby-gdchart, a Ruby extension to use the GDCHART library.
Diffstat (limited to 'graphics/ruby-gdchart/files/patch-README.en')
-rw-r--r-- | graphics/ruby-gdchart/files/patch-README.en | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/graphics/ruby-gdchart/files/patch-README.en b/graphics/ruby-gdchart/files/patch-README.en new file mode 100644 index 000000000000..d709a900ab9a --- /dev/null +++ b/graphics/ruby-gdchart/files/patch-README.en @@ -0,0 +1,18 @@ +--- README.en.orig Mon Nov 27 00:47:58 2000 ++++ README.en Mon Jul 16 17:24:47 2001 +@@ -18,6 +18,7 @@ + numsets = 1 + xsize = 200 + ysize = 200 ++GDChart.image_type = GDChart::PNG; + GDChart.out_graph(xsize, ysize, $stdout, GDChart::LINE, numpoints, \ + labels, numsets, data) + -- +@@ -54,6 +55,7 @@ + variable indicates its use. Basically, use a number when integer or + float, and a string when string (obviously). + ++GDC_image_type integer + GDC_ytitle string + GDC_xtitle string + GDC_ytitle2 string |