Re: Plotting widget in Perl?

2008-03-27 Thread Gowtham M
Zentara, gtkdatabox looks good for me. Can you please mention which perl module in Gtk2::* should I use to use this from perl? Thanks! On Wed, Mar 26, 2008 at 5:23 PM, zentara [EMAIL PROTECTED] wrote: On Wed, 26 Mar 2008 00:22:03 +0530, [EMAIL PROTECTED] (Gowtham M) wrote: Thanks for the

Re: Plotting widget in Perl?

2008-03-27 Thread Gowtham M
I tried gtkdatabox. The C language version works fine on my machine, but the perl module doesn't compile :( I get this error: Databox.xs: In function `gtk_databox_data_type_get_type': Databox.xs:75: `GTK_DATABOX_NOT_DISPLAYED' undeclared (first use in this function) Databox.xs:75: (Each

Plotting widget in Perl?

2008-03-25 Thread Gowtham M
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

Re: Plotting widget in Perl?

2008-03-25 Thread Chas. Owens
On Tue, Mar 25, 2008 at 1:31 PM, Gowtham M [EMAIL PROTECTED] wrote: 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,

Re: Plotting widget in Perl?

2008-03-25 Thread Gowtham M
Thanks for the help. I tried to install Gtk2::Ex::Graph::* modules. Couldn't succeed. There was an error while building GD.pm: gcc -c -I/usr/include -I/usr/include/gd -D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS -DDEBUGGING -fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE

Re: Plotting widget in Perl?

2008-03-25 Thread Chas. Owens
On Tue, Mar 25, 2008 at 2:52 PM, Gowtham M [EMAIL PROTECTED] wrote: Thanks for the help. I tried to install Gtk2::Ex::Graph::* modules. Couldn't succeed. There was an error while building GD.pm: snip Indeed, this structure is not having 'gd_free' member! snip What have I missed? Is there a