On Wed, Sep 19, 2018 at 12:19 AM Allin Cottrell 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
/Misc/cairo_drawings/spring2.c
So options abound for putting together a 3d plotting widget in GTK.
Eric
-Original Message-
From: arkkimede via gtk-app-devel-list
To: gtk-app-devel-list list
Sent: Tue, Sep 18, 2018 9:20 am
Subject: GTK3 + gnuplot
Hi!
I've developed an application in c
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,
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.
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