From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Schulte Subject: Re: org-babel-gnuplot-quote-tsv-field does not work; org-plot-quote-tsv-field does though Date: Wed, 08 Jan 2014 09:53:37 -0700 Message-ID: <871u0is9da.fsf@gmail.com> References: <1388908735.64031.YahooMailNeo@web171302.mail.ir2.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:35542) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W0wPz-0002Sd-2v for emacs-orgmode@gnu.org; Wed, 08 Jan 2014 11:55:51 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W0wPu-0007d2-6t for emacs-orgmode@gnu.org; Wed, 08 Jan 2014 11:55:46 -0500 Received: from mail-pa0-x22b.google.com ([2607:f8b0:400e:c03::22b]:44146) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W0wPt-0007co-TP for emacs-orgmode@gnu.org; Wed, 08 Jan 2014 11:55:42 -0500 Received: by mail-pa0-f43.google.com with SMTP id bj1so2094120pad.2 for ; Wed, 08 Jan 2014 08:55:40 -0800 (PST) In-Reply-To: <1388908735.64031.YahooMailNeo@web171302.mail.ir2.yahoo.com> (Miguel Ruiz's message of "Sun, 5 Jan 2014 07:58:55 +0000 (GMT)") 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: Miguel Ruiz Cc: "emacs-orgmode@gnu.org" Miguel Ruiz writes: > Hi, > > I cannot get temp data file from org-babel-gnuplot with quoted row > labels. I have tried org-plot/gnuplot and it provides a correct temp > data file but it freezes so it is no useful by now. > > My test table: > > | Sede | Max cites | H-index | > |-----------+-----------+---------| > | Chile | 257.72 | 21.39 | > | Leeds | 165.77 | 19.68 | > | Sao Paolo | 71.00 | 11.50 | ; without quotes (in temp data file), gnuplot sees 4 columns > | Stockholm | 134.19 | 14.33 | > | Morelia | 257.56 | 17.67 | > > I would appreciate any hint. > Please re-try this from the HEAD of the master branch, I believe it has been fixed by a recent commit. The following works for me. #+name: cities | Sede | Max cites | H-index | |-----------+-----------+---------| | Chile | 257.72 | 21.39 | | Leeds | 165.77 | 19.68 | | Sao Paolo | 71.00 | 11.50 | | Stockholm | 134.19 | 14.33 | | Morelia | 257.56 | 17.67 | #+begin_src gnuplot :var data=cities set boxwidth 0.9 absolute set style fill solid 1.00 border lt -1 set style data histogram plot data using 2:xtic(1) ti "Max cites", data u 3 ti "H-index" #+end_src > > > TIA, > > Miguel Ruiz. > > > CYGWIN_NT-6.1-WOW64 usuario-PC 1.7.27(0.271/5/3) 2013-12-09 11:57 i686 Cygwin > GNU Emacs (emacs-w32) 24.3.1 (i686-pc-cygwin) of 2013-08-14 on moufang > Org-mode version 8.2.5a (release_8.2.5a @ /home/usuario/org-mode/maint/lisp/) -- Eric Schulte https://cs.unm.edu/~eschulte PGP: 0x614CA05D