Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!gegeweb.org!newsfeed.x-privat.org!diesel.cu.mi.it!not-for-mail From: pg Newsgroups: comp.graphics.apps.gnuplot Subject: Re: Get data inline through ODBC Date: Thu, 26 Jan 2012 21:14:26 +0100 Organization: C.U. srl News Server Lines: 17 Message-ID: References: NNTP-Posting-Host: host93-115-dynamic.3-79-r.retail.telecomitalia.it Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: tdi.cu.mi.it 1327608858 6305 79.3.115.93 (26 Jan 2012 20:14:18 GMT) X-Complaints-To: abuse@diesel.cu.mi.it NNTP-Posting-Date: Thu, 26 Jan 2012 20:14:18 +0000 (UTC) User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:9.0) Gecko/20111222 Thunderbird/9.0.1 In-Reply-To: Xref: x330-a1.tempe.blueboxinc.net comp.graphics.apps.gnuplot:874 Bad news ! :-) but thanks for clarity. Il 26/01/2012 18.56, sfeam ha scritto: > pg wrote: > >> Are there developments in the plan to allow access to data directly from >> SQL via ODBC gnuplot command line? >> Ie make the commands PLOT and SPLOT able to use a string of type SQL >> query instead of a filename. > > No. You should use a pipe instead. > plot '< sqlite3 base.db "select x,y from tbl" ' > > (Yes, I know you already asked how to set this up when running Windows. > I can't help you there, but so far as I know it does work). >