Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.graphics.apps.gnuplot > #2004 > unrolled thread

graphics library for plotting data points - that I can link into my program

Started byrombios <rombios@hereonearth.com>
First post2013-08-27 18:18 +0000
Last post2013-08-28 20:16 +0700
Articles 2 — 2 participants

Back to article view | Back to comp.graphics.apps.gnuplot


Contents

  graphics library for plotting data points - that I can link into my program rombios <rombios@hereonearth.com> - 2013-08-27 18:18 +0000
    Re: graphics library for plotting data points - that I can link into my program Michael <proximum@land.ru> - 2013-08-28 20:16 +0700

#2004 — graphics library for plotting data points - that I can link into my program

Fromrombios <rombios@hereonearth.com>
Date2013-08-27 18:18 +0000
Subjectgraphics library for plotting data points - that I can link into my program
Message-ID<w36Tt.36020$sp1.27832@en-nntp-15.dc1.easynews.com>
I figured this newsgroup would have people knowledegable on this subject.

I have a high speed analog to digital converter and software that collects
sample counts off of this adc device. currently I have been taking snapshots
and saving to a file - then using gnuplot: (plot "data.dat" with lines) to 
plot it and examine it.

I am curious if there is a graphics library/package that I can link into my
program that would allow me to draw an axis and continuously feed it data 
that gets plotted and displayed?


[toc] | [next] | [standalone]


#2005

FromMichael <proximum@land.ru>
Date2013-08-28 20:16 +0700
Message-ID<kvkt4u$t42$1@dont-email.me>
In reply to#2004
28.08.2013 1:18, rombios пишет:
> I figured this newsgroup would have people knowledegable on this subject.
>
> I have a high speed analog to digital converter and software that collects
> sample counts off of this adc device. currently I have been taking snapshots
> and saving to a file - then using gnuplot: (plot "data.dat" with lines) to
> plot it and examine it.
>
> I am curious if there is a graphics library/package that I can link into my
> program that would allow me to draw an axis and continuously feed it data
> that gets plotted and displayed?
>
>
>

You can try such IDEs as Delphi/Lazarus, Qt, Visual Studio, which have 
proper graph components.
There is also software that fits good for your problem, called Cacti 
(http://www.cacti.net/).
You can also use gnuplot for it (google "gnuplot continuous plotting").

[toc] | [prev] | [standalone]


Back to top | Article view | comp.graphics.apps.gnuplot


csiph-web