Re: GtkPlot

2010-04-05 Thread Dov Grobgeld
Attached below is a simple example. Something that you should keep in mind is that gtkplot expects you to keep the data around as long as the plot is displayed, i.e. it accepts a pointer to the data, but it does not copy it. Presumably for perfomance reasons. Regards, Dov #include #include

GtkPlot

2010-04-02 Thread Arsen Mamikonyan
Hello everyone, I'm trying to write an application with Gtk+/GtkPlot that will periodically plot the data received over network/internet. I have some problem with figuring out how to make graphs and show them using GtkPlot, mainly because I can't find any documentation or simp

Re: GtkPlot questions

2008-04-16 Thread jcupitt
2008/4/16 Randy Poe <[EMAIL PROTECTED]>: > Does anyone have any experience with the GtkPlot widget in > the GtkExtra library? > > I am trying to write a button callback which generates the > plot. This plot is on one of a set of tabbed panels. I was > going crazy tr

GtkPlot questions

2008-04-16 Thread Randy Poe
Does anyone have any experience with the GtkPlot widget in the GtkExtra library? I am trying to write a button callback which generates the plot. This plot is on one of a set of tabbed panels. I was going crazy trying to figure out why I never saw any output, until I realized that the graph gets

add mark to a point in a gtkplot pressing 'c'

2007-09-21 Thread ferri_marllo
hello again... i solve part of my problem(i ask before),but now the problem is that i want to mark a point in my graphic,pressing 'c' key,not clicking on it... how can i do it?? thanks a lot... ___ gtk-app-devel-list mailing list gtk-app-devel-list@gno

Re: using GtkPlot from Gtk+Extra without canvas

2007-01-09 Thread JAMES SCOTT
- Original Message From: Tristan Van Berkom <[EMAIL PROTECTED]> To: François Galea <[EMAIL PROTECTED]> Cc: gtk-app-devel-list@gnome.org Sent: Tuesday, January 9, 2007 1:04:42 PM Subject: Re: using GtkPlot from Gtk+Extra without canvas On Tue, 2007-01-09 at 18:41 +0100, Fr

Re: using GtkPlot from Gtk+Extra without canvas

2007-01-09 Thread Tristan Van Berkom
e a toplevel widget. > > > > by looking at your code, looks like you never add the gtk-plot > > widget to your hierarchy. > > > Hi Tristan, > > Thank you for your quick answer. > > Adding the GktPlot to the hierarchy doesn't help much. It just > suppr

Re: using GtkPlot from Gtk+Extra without canvas

2007-01-09 Thread François Galea
chy. > Hi Tristan, Thank you for your quick answer. Adding the GktPlot to the hierarchy doesn't help much. It just suppresses the error messages, but doesn't display anything either. In fact, I just would like to be able to draw a plot in a drawable widget, such as a drawing area

Re: using GtkPlot from Gtk+Extra without canvas

2007-01-09 Thread Tristan Van Berkom
On Tue, 2007-01-09 at 15:27 +0100, François Galea wrote: > hi, [...] > The results are a bunch of messages of the form : > > (plot2:3556): Gtk-CRITICAL **: gtk_widget_realize: assertion > `GTK_WIDGET_ANCHORED (widget) || GTK_IS_INVISIBLE (widget)' failed > Hi, those assertions mean that the w

using GtkPlot from Gtk+Extra without canvas

2007-01-09 Thread François Galea
hi, I have just subscibed to this mailing list. I would like some help concerning the use of simple GtkPlot widgets inside Gtk containers, such as GtkFrame, GtkVbox, etc. I have read in the mailing list archive it could be possible using a GtkDrawingArea for drawing the plots. But I

Re: GtkPlot

2007-01-08 Thread Micah Carrick
Luka Napotnik wrote: > Where can I get a decent example of GtkPlot usage? > > greets, > Luka > > Download the source from http://gtkextra.sourceforge.net/src/gtkplot-5.0.tar.gz, build the source using 'make' and then run ./demo (and view demo.c for how it&#

GtkPlot

2007-01-08 Thread Luka Napotnik
Where can I get a decent example of GtkPlot usage? greets, Luka -- email: [EMAIL PROTECTED] w3:http://luka-napotnik.net ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

GtkExtra and GtkPlot under Windows 98!!

2006-05-15 Thread ferri_marllo
Hello everyone!! I need to make an XY plot,with a cursor.I've readen something about GTkPlot and GtkExtra,but i don't know if it's compatible with windows 98.In other hand,i downloaded it,and when i tried to compile the examples(with dev-c++) there were some errors,like this

Re: troubles with gtkplot

2006-01-30 Thread Al Hooton
ip it down until you have a very small test program that exhibits the problem you are having. Also: Be sure you're using the latest gtkextra-2 from CVS (not one of the releases). -Al On Mon, 2006-01-30 at 12:31 -0300, Alexandre wrote: > I´m having some troubles with gtkplot, from

troubles with gtkplot

2006-01-30 Thread Alexandre
I´m having some troubles with gtkplot, from gtkextra (gtk+extra-2.1.1). I´m using the mouse to select a area, and zoon in it, and it works, but when there is not any major tick in the selected area, theres a segmentation fault, and I can't understand why.. Someone knows how t

RE: Doubts about gtkplot (from gtkextra)

2006-01-27 Thread MQ
I agree with Al. I have used gtkplot in our proprietary memory debugger. This tool is now standard inclusion accross all programs in our company and has been delievered to and requested by our customer, mainly the us military (navy, air force, etc). They are used to very old fashioned technology

Re: Doubts about gtkplot (from gtkextra)

2006-01-26 Thread Al Hooton
aints, which it does successfully while using gtkextra/gtkplot for the plotting subsystem. This application is doing screen/plot updates several times per second, over datasets that can grow to several thousand elements. I know there are also other non-trivial systems that use gtkextra, not the le

Doubts about gtkplot (from gtkextra)

2006-01-26 Thread Alexandre
Hi, i was looking for a plotting widget for gtk, and i have found the gtkplot, and i'm using it in a software. I want to know if someone uses it, because i think it has lots o bugs, and is not updates since a long time ago... I don't know if it would be w