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


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

Gnuplot API Documentation

Started bysegaloco@gmail.com
First post2017-06-05 00:33 -0700
Last post2017-06-05 08:21 -0700
Articles 2 — 2 participants

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


Contents

  Gnuplot API Documentation segaloco@gmail.com - 2017-06-05 00:33 -0700
    Re: Gnuplot API Documentation Ethan A Merritt <EAMerritt@gmail.com> - 2017-06-05 08:21 -0700

#3668 — Gnuplot API Documentation

Fromsegaloco@gmail.com
Date2017-06-05 00:33 -0700
SubjectGnuplot API Documentation
Message-ID<367afb2a-78f0-42f0-ac73-7b8bd27c9cb8@googlegroups.com>
Hey all. I was wondering if there is any kind of formal Gnuplot API documentation. I've been stepping through headers and documenting what functions are available and what constants and variables are defined, but if there is already a full documentation of the API somewhere, I'd rather not reinvent the wheel. Would such documentation happen to exist? Thank you! My aim is to have my project call library functions directly and have the object files linked into my project, rather than having to trim and format data into strings to pipe into the Gnuplot interface. That'll give me a bit more intimate control over how my data flows around and what information I present to the Gnuplot backend (and what information I can get back from the routines) Any help would be appreciated! Thank you!

- Matt

[toc] | [next] | [standalone]


#3672

FromEthan A Merritt <EAMerritt@gmail.com>
Date2017-06-05 08:21 -0700
Message-ID<oh3snj$cq4$1@dont-email.me>
In reply to#3668
segaloco@gmail.com wrote:

> Hey all. I was wondering if there is any kind of formal Gnuplot API
> documentation. I've been stepping through headers and documenting what
> functions are available and what constants and variables are defined,
> but if there is already a full documentation of the API somewhere, I'd
> rather not reinvent the wheel. Would such documentation happen to
> exist? Thank you! My aim is to have my project call library functions
> directly and have the object files linked into my project, rather than
> having to trim and format data into strings to pipe into the Gnuplot
> interface. That'll give me a bit more intimate control over how my
> data flows around and what information I present to the Gnuplot
> backend (and what information I can get back from the routines) Any
> help would be appreciated! Thank you!
> - Matt

Gnuplot is not a library.  Its various internal routines are not
designed for stand-alone use, so there is no API for calling them.
 
	Ethan

[toc] | [prev] | [standalone]


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


csiph-web