Re: GTK3 + gnuplot

2018-09-18 Thread Eric Cashon via gtk-app-devel-list
Hi Arkkimede, With gnuplot you can output to a file and then open the file with GTK+. https://gitlab.com/cecashon/OrderedSetVelociRaptor/blob/master/Misc/Pipes/gnuplot5.c At one time gnuplot could directly write to GTK but that was a possible security problem so it no longer works to do this.

Re: GTK3 + gnuplot

2018-09-18 Thread Allin Cottrell
On Tue, 18 Sep 2018, arkkimede via gtk-app-devel-list wrote: The question now is: "How to embed a gnuplot graphic in gtk3? Could you say, please, where to find a simple example, just to undestand how it is possible to do that? Get gnuplot to produce a PNG file, load the PNG into a GdkPixbuf,

Re: GTK3 + gnuplot

2018-09-18 Thread Chris Moller
That would be awkward in gnuplot--you'd have to create the plot and then load it as a pixmap or some such.  But there's a utility call plplot that's designed to be embedded in other applications and it might work better.

State actions and Glade

2018-09-18 Thread Mitko Haralanov via gtk-app-devel-list
I am trying to write an application using Glade where the tool bar contains a set of radio tool buttons. Those radio tool buttons should not perform an action when activated but rather just change the associated action's state. For that I've set the 'Action Name' property for the tool buttons in

GTK3 + gnuplot

2018-09-18 Thread arkkimede via gtk-app-devel-list
Hi! I've developed an application in c to make measurements, with a GUI that manage the inputs and it is able to produce graphical results in terms of 2d plots, realized by mean of the library Cairo. Now I have the necessity to produce 3d plots (3d radiation pattern of antennas). To realize 3d