From mboxrd@z Thu Jan 1 00:00:00 1970 From: Suvayu Ali Subject: Re: [org-plot/gnuplot] Plotting candlestick plots Date: Fri, 18 Sep 2015 12:47:07 +0200 Message-ID: <20150918104707.GT30959@chitra.no-ip.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:34115) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZctCy-0005NM-PT for emacs-orgmode@gnu.org; Fri, 18 Sep 2015 06:48:01 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZctCt-0000NP-Nu for emacs-orgmode@gnu.org; Fri, 18 Sep 2015 06:48:00 -0400 Received: from mail-wi0-f170.google.com ([209.85.212.170]:38860) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZctCt-0000MW-J8 for emacs-orgmode@gnu.org; Fri, 18 Sep 2015 06:47:55 -0400 Received: by wiclk2 with SMTP id lk2so25626456wic.1 for ; Fri, 18 Sep 2015 03:47:09 -0700 (PDT) Received: from chitra.no-ip.org ([2001:610:120:3001:2ad2:44ff:fe4a:b029]) by smtp.gmail.com with ESMTPSA id jj8sm7970145wid.2.2015.09.18.03.47.08 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 18 Sep 2015 03:47:09 -0700 (PDT) Content-Disposition: inline In-Reply-To: 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@gnu.org On Thu, Sep 17, 2015 at 08:05:16PM +0300, Foivos S. Zakkak wrote: > Hello list, > > I am trying to plot some candlesticks through org-plot/gnuplot, but I > fail. > > It seems that org-plot/gnuplot supports a list of numbers in deps, i.e., > deps:(2 3 4) and then creates a string of the form: > 'test.dat' using X with lines > where X is first 2 then 3 and finally 4 for deps:(2 3 4) > > To plot candlesticks though, gnuplot expects a line of the form: > 'test'.dat' using 1:3:2:6:5:xticlabels(7) with candlesticks whiskerbars Org plot is there for quick and easy plotting. I would recommend using babel with gnuplot source blocks. You can easily pass tables as data, and configure your plot as you wish. Unfortunately I have not done this recently, so I don't have any simple examples handy, but I'm sure there are plenty on Worg. Hope this helps, -- Suvayu Open source is the future. It sets us free.