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

Neil Davies semanticphilosopher at gmail.com
Sun Oct 30 12:18:42 GMT 2011


And it works perfectly - see attached....

Cheers

Neil

-------------- next part --------------
A non-text attachment was scrubbed...
Name: example.pdf
Type: application/pdf
Size: 287600 bytes
Desc: not available
URL: <http://projects.haskell.org/pipermail/gnuplot/attachments/20111030/3a2b515a/attachment-0001.pdf>
-------------- next part --------------

On 30 Oct 2011, at 11:57, Neil Davies wrote:

> 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