Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.graphics.apps.gnuplot > #3672
| From | Ethan A Merritt <EAMerritt@gmail.com> |
|---|---|
| Newsgroups | comp.graphics.apps.gnuplot |
| Subject | Re: Gnuplot API Documentation |
| Date | 2017-06-05 08:21 -0700 |
| Organization | A noiseless patient Spider |
| Message-ID | <oh3snj$cq4$1@dont-email.me> (permalink) |
| References | <367afb2a-78f0-42f0-ac73-7b8bd27c9cb8@googlegroups.com> |
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
Back to comp.graphics.apps.gnuplot | Previous | Next — Previous in thread | Find similar
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
csiph-web