[haskell-gnuplot] extending Multiplot in gnuplot to have a title option

Neil Davies semanticphilosopher at gmail.com
Sun Oct 30 11:57:32 GMT 2011


Henning

Thanks for this - i've down loaded it (darcs mentions something about CRC issues) and complied it (only one warning about unused import from Data.Monoid) and I'm making the changes to my code (I see that "custom"'s type sig has changed) to try this out 

Thanks for the quick response

Neil

On 30 Oct 2011, at 10:53, Henning Thielemann wrote:

> 
> On Sat, 29 Oct 2011, Neil Davies wrote:
> 
>> I've taken a look at the code to see how to do this - and I must admit its rather daunting - is it that difficult? could you give me some hints? do I need to create a parallel 'MultiplotOptions' in Private?
> 
> I have simply added a 'title' modifier to the Multiplot module. The Option handling for plots is more difficult, because I try to lay a functional interface over the stateful gnuplot interface. In contrast to that, the options to multiplot are stateless. (I hope so.)
> 
> 
> See the darcs repository at:
>  http://code.haskell.org/gnuplot/




More information about the Gnuplot mailing list