From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paul Stansell Subject: Re: using gnuplot's "splot" and "every" commands on org-mode table data Date: Wed, 25 Sep 2013 21:01:14 +0100 Message-ID: References: <87k3ncxeqt.fsf@gmail.com> <87ioxr15c0.fsf@gmail.com> <87d2nwu5fl.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:48257) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VOvGy-0002J1-Oc for emacs-orgmode@gnu.org; Wed, 25 Sep 2013 16:01:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VOvGt-0001s1-DC for emacs-orgmode@gnu.org; Wed, 25 Sep 2013 16:01:20 -0400 Received: from mail-vc0-x235.google.com ([2607:f8b0:400c:c03::235]:58361) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VOvGt-0001rM-8F for emacs-orgmode@gnu.org; Wed, 25 Sep 2013 16:01:15 -0400 Received: by mail-vc0-f181.google.com with SMTP id hz10so145862vcb.12 for ; Wed, 25 Sep 2013 13:01:14 -0700 (PDT) In-Reply-To: <87d2nwu5fl.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: Eric Schulte Cc: emacs-orgmode@gnu.org > I agree that it is easier and more clear to include "set datafile > missing..." in the body of a gnuplot code block. I *do* think that the > :missing header argument has value specifically as a way to replace > missing values in the original table data. > > I've changed the behavior of the :missing header argument so that it > *only* replaces missing values in table data and does not add a "set > datafile missing..." line to the code block. If I understand you correctly I think that sounds like a good solution. As I understand it, your recent changes mean that if the :missing header is not used the table data will be exported "as is", ie, with no changes, replacements or additions to any of the characters in the table cells; however, if the ':missing "?"' header is used any empty table cells will be exported as ? (with no quotes) and one needs to explicitly add set datafile missing "?" to the code block. In fact, it's not actually necessary to add this line to the code block as gnuplot will treat the non-parsible "?" string as missing data without the line. Regards, Paul