Front page | perl.beginners |
Postings from March 2008
Plotting widget in Perl?
Thread Next
From:
Gowtham M
Date:
March 25, 2008 10:31
Subject:
Plotting widget in Perl?
Hello experts,
This question is related to GUI development with perl. I am
willing write a perl script which I can use to visualize some
data.
Basically, I have two tables.
Table1 ====> (x1, y1), (x2, y2) ....... (xn, yn)
Table2 ====> (a1,b1), (a2,b2), ......... (am,bm)
I am looking for a Widget in perl, which can plot a
set of data points and which is able to zoom in/out of the plot.
I would prefer to use Gtk2, because its look and feel closely
resembles the native windowing system's look and feel.
So, does Gtk2 support such a widget?
If not, which other toolkits support such a widget?
I have tried gnuplot, but unfortunately, zooming is not supported :(
Thanks for your help
--
Gowtham M
Thread Next
-
Plotting widget in Perl?
by Gowtham M