On Tue, Nov 14, 2006 at 09:28:37AM +0100, [EMAIL PROTECTED] wrote:
> i'm making an apllication using gtk and I need to delete negative points of a
> serie.
How is exactly Gtk+ involved in this task?
> at first i read the first line an identify t,px,py...then i continue until the
> end of the file
Hi!!
i'm making an apllication using gtk and I need to delete negative points of a
serie.
for example...i have a file like this:
t px py
1 20 15
2 -6 30
3 4 3
I've declared static gdouble t[NPOINTS],px[NPOINTS],py[NPOINTS]because then i'll
plot using gtkplot.
at first i read the first lin