From mboxrd@z Thu Jan 1 00:00:00 1970 From: henry atting Subject: plotting when x-axis has non-numeric data Date: Sat, 27 Feb 2010 16:31:02 +0100 Message-ID: <878wae8zm1.fsf@online.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NlOdy-0004yO-2k for emacs-orgmode@gnu.org; Sat, 27 Feb 2010 10:31:50 -0500 Received: from [140.186.70.92] (port=50867 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NlOdv-0004wu-9p for emacs-orgmode@gnu.org; Sat, 27 Feb 2010 10:31:49 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1NlOdt-0003yt-I8 for emacs-orgmode@gnu.org; Sat, 27 Feb 2010 10:31:46 -0500 Received: from lo.gmane.org ([80.91.229.12]:58986) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NlOdt-0003yY-Bp for emacs-orgmode@gnu.org; Sat, 27 Feb 2010 10:31:45 -0500 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1NlOdY-0001iT-5Q for emacs-orgmode@gnu.org; Sat, 27 Feb 2010 16:31:24 +0100 Received: from dslb-188-103-167-129.pools.arcor-ip.net ([188.103.167.129]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 27 Feb 2010 16:31:24 +0100 Received: from nsmp_02 by dslb-188-103-167-129.pools.arcor-ip.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 27 Feb 2010 16:31:24 +0100 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org I have a table which I am plotting longly, it looks like this: #+PLOT: title:"expenses" ind:1 type:2d with:lines #+PLOT: set:"yrange [0:]" labels:("month" "expenses" "average") | month | two |three| |------------+--------+-----| | November | 500 | 500 | | December | 500 | 500 | | January | 600 | 500 | | February | 400 | 500 | Thus far it was no problem that the x-axis contains non-numeric data. Now gnuplot stops with this error message: gnuplot> plot '/tmp/org-plot18686CtJ' using 1:3:xticlabel(1) with lines title 'H-index' warning: Skipping data file with no valid points x range is invalid When I try to plot the table 'Citas' from this tutorial [1] I get the same error message. henry ___ [1] http://orgmode.org/worg/org-tutorials/org-plot.php -- http://literaturlatenight.de