[haskell-gnuplot] CandleSticks

Sean McEligot seanmce33 at gmail.com
Mon Apr 19 10:48:03 EDT 2010


Thanks, I have a candleStick chart. How can I add a line chart on the
same chart?


On Mon, Apr 19, 2010 at 8:21 AM, Henning Thielemann
<lemming at henning-thielemann.de> wrote:
>
> Hi all,
>
> I have modified my gnuplot wrapper considerably in order to support Candle
> Stick figures, Vector fields and time axes etc. Please check the darcs
> repository and Demo.hs in order see what is possible:
>   http://code.haskell.org/gnuplot/
>
>
> On Mon, 12 Apr 2010, Sean McEligot wrote:
>
>> I had to make a change. I wanted to put a Moving Average line plot
>> (date,x) on the same chart as the candle (date, o,c,h,l). Here's the
>> patch. I'm just hacking this up for my immediate need. It's not a
>> proposal for a commit. It does get rid of the need for prepXTime which
>> I like. It's not backward compatible.
>>
>> diff -rN old-gnuplot_0/src/Graphics/Gnuplot/Plot/TwoDimensional.hs
>> new-gnuplot_0/src/Graphics/Gnuplot/Plot/TwoDimensional.hs
>
>
> Btw. I can apply patches immediately, when they are generated by
>  darcs diff --unified
>



More information about the Gnuplot mailing list