From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael C Gilbert Subject: Re: gnuplot question - "Specify an entire line to be inserted in the Gnuplot script." Date: Fri, 29 Jul 2011 15:48:00 -0700 Message-ID: <7C3F7CA1-A957-4D18-9EEB-B2E6DA157B42@gilbert.org> References: <105B4AC5-3799-4715-8F1E-5D3F6A1F4450@gilbert.org> <87tya4j242.fsf@gmail.com> Mime-Version: 1.0 (Apple Message framework v1084) Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([140.186.70.92]:36349) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qmvqi-0002Iy-MD for emacs-orgmode@gnu.org; Fri, 29 Jul 2011 18:48:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Qmvqh-00029Q-Az for emacs-orgmode@gnu.org; Fri, 29 Jul 2011 18:48:08 -0400 Received: from peach.gilbert.org ([74.94.69.218]:61055) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qmvqh-00029K-1D for emacs-orgmode@gnu.org; Fri, 29 Jul 2011 18:48:07 -0400 Received: from localhost (localhost [127.0.0.1]) by peach.gilbert.org (Postfix) with ESMTP id F14BF7097C6 for ; Fri, 29 Jul 2011 15:48:05 -0700 (PDT) Received: from peach.gilbert.org ([127.0.0.1]) by localhost (peach.gilbert.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ZtuSGNWBKyWd for ; Fri, 29 Jul 2011 15:48:00 -0700 (PDT) Received: from [10.1.10.12] (unknown [10.1.10.12]) by peach.gilbert.org (Postfix) with ESMTPSA id 90BEA7097A9 for ; Fri, 29 Jul 2011 15:48:00 -0700 (PDT) In-Reply-To: <87tya4j242.fsf@gmail.com> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode Mailinglist =09 On Jul 29, 2011, at 12:52 PM, Eric Schulte wrote: > I would recommending using a gnuplot code block rather than a plot = line, > and passing your data to the code block using a variable. Code blocks > give you much more direct access to gnuplot, which I find generally > makes gnuplot learning/debugging much easier. >=20 > see http://orgmode.org/manual/Working-With-Source-Code.html Thank you, Eric. You're generous with your time and you're absolutely = correct. This is the direction I will go. There's no doubt that this = seems the right way to go for anything sophisticated. And like most = solutions, it will then end up my standard approach. However, it also = means I will put this off for a little while until I'm ready to do it = right. Maybe just a few days, but... That means that, in the mean time, if you or anyone has an example of = how to configure this using the line: formatting, it would still be = useful to me and I would still be grateful. I just have something small = I need to produce tonight or tomorrow, for doing some simple blood = pressure tracking. I have everything working except a couple of = reference lines running across the plot. I'm figuring since it's in the = documentation, there must be something somewhere that shows the syntax, = yes? =97 Michael