Path: csiph.com!eternal-september.org!feeder.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail From: Ethan A Merritt Newsgroups: comp.graphics.apps.gnuplot Subject: Re: Gnuplot API Documentation Date: Mon, 05 Jun 2017 08:21:40 -0700 Organization: A noiseless patient Spider Lines: 19 Message-ID: References: <367afb2a-78f0-42f0-ac73-7b8bd27c9cb8@googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7Bit Injection-Date: Mon, 5 Jun 2017 15:18:11 -0000 (UTC) Injection-Info: mx02.eternal-september.org; posting-host="afc03552a2d9e92c66c0b85519cdf7bd"; logging-data="13124"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+f5Zo6BAnz1qKhC+helmqm" User-Agent: KNode/4.14.5 Cancel-Lock: sha1:ZpAlHH8axZmONGjz1PXFvPN3pFA= Xref: csiph.com comp.graphics.apps.gnuplot:3672 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