[haskell-gnuplot] extending Multiplot in gnuplot to have a title option
Henning Thielemann
lemming at henning-thielemann.de
Sun Oct 30 10:53:19 GMT 2011
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