Re: Plotting library for GTK+

2014-12-08 Thread Johannes Deutsch
On 02 Dec 2014 17:09 jcup...@gmail.com wrote: On 2 December 2014 at 16:17, Sergei Naumov vo...@rambler.ru wrote: I think this question was asked many times but googling gives a rather patchy answer to it. So, I am writing a piece of C code that acquires some data from hardware

Re: Plotting library for GTK+

2014-12-08 Thread jcupitt
On 8 December 2014 at 15:27, Johannes Deutsch j_deut...@web.de wrote: I use goffice for this kind of thing. It's the plot library from gnumeric, so any plot you can make in gnumeric, you can make with goffice. Do you know if it's safe to consider goffice for applications based on gtk3 that

Plotting library for GTK+

2014-12-02 Thread Sergei Naumov
Hi, folks! I think this question was asked many times but googling gives a rather patchy answer to it. So, I am writing a piece of C code that acquires some data from hardware controllers and it also has to plot a few simple graphs and histograms out of them. What is a canonical tool for such a

Re: Plotting library for GTK+

2014-12-02 Thread Allin Cottrell
On Tue, 2 Dec 2014, Sergei Naumov wrote: Hi, folks! I think this question was asked many times but googling gives a rather patchy answer to it. So, I am writing a piece of C code that acquires some data from hardware controllers and it also has to plot a few simple graphs and histograms out

RE: Re: Plotting library for GTK+

2014-12-02 Thread Sergei Naumov
I think this question was asked many times but googling gives a rather patchy answer to it. So, I am writing a piece of C code that acquires some data from hardware controllers and it also has to plot a few simple graphs and histograms out of them. What is a canonical tool for such a

RE: Re: Plotting library for GTK+

2014-12-02 Thread Allin Cottrell
On Tue, 2 Dec 2014, Sergei Naumov wrote: I think this question was asked many times but googling gives a rather patchy answer to it. So, I am writing a piece of C code that acquires some data from hardware controllers and it also has to plot a few simple graphs and histograms out of

RE: Re: Plotting library for GTK+

2014-12-02 Thread Paul Stelzig
-Original Message- From: gtk-app-devel-list [mailto:gtk-app-devel-list-boun...@gnome.org] On Behalf Of Allin Cottrell Sent: Tuesday, December 02, 2014 10:51 AM To: Sergei Naumov Cc: gtk-app-devel-list@gnome.org Subject: RE: Re: Plotting library for GTK+ On Tue, 2 Dec 2014, Sergei

Re: Plotting library for GTK+

2014-12-02 Thread jcupitt
On 2 December 2014 at 16:17, Sergei Naumov vo...@rambler.ru wrote: I think this question was asked many times but googling gives a rather patchy answer to it. So, I am writing a piece of C code that acquires some data from hardware controllers and it also has to plot a few simple graphs and

Re: Plotting library for GTK+

2014-12-02 Thread Gergely Polonkai
Isn't plplot an option for you? TL;DR, but it seems it can serve that purpose you need it for. On 2 Dec 2014 18:10, jcup...@gmail.com wrote: On 2 December 2014 at 16:17, Sergei Naumov vo...@rambler.ru wrote: I think this question was asked many times but googling gives a rather patchy

Re: Plotting library for GTK+

2014-12-02 Thread John Coppens
On Tue, 2 Dec 2014 19:17:01 +0300 Sergei Naumov vo...@rambler.ru wrote: Can anyone help? GNU plot can be used with 'pipes', so you can send the commands to the program directly. I didn't use it with GNUplot itself, but with a program I made, and that form of 'remote control' is fairly handy.