[haskell-gnuplot] Haskell gnuplot wrapper help.

Henning Thielemann lemming at henning-thielemann.de
Mon Oct 7 10:37:13 BST 2013


On Mon, 7 Oct 2013, Александр Липовский wrote:

> Greetings, Henning!
> Thank you for answering me.
> 
> I found that file in 0.5.1 version, but it's not enough, because it contain only examples, for how to do
> what I need, but separately (I need surface combined with some specific points on it).

You can combine all objects using Monoid methods (mappend, (<>), mconcat, 
foldMap etc.)


> Also for some reason, it seems there is no paths_gnuplot module in package (can't find such file in source)
> (people in Internet frequently asks if package installed. Yes, it's installed).

The Paths module is generated by Cabal when installing the gnuplot 
package. Since it contains data that depends on your system configuration 
it cannot be included in the package.



Best,
Henning


More information about the Gnuplot mailing list