Open nrolland opened 7 years ago
Unfortunately I do not have any of the examples rendered at the moment. All the examples in the example directory are self contained. I hope to come back to LaTeXGrapher and improve it significantly, but in the mean time, I've been doing any graphing that I need directly in Haskell with Diagrams. For example, a piecewise plot:
Code: https://gist.github.com/fryguybob/32adf80cf1dc1181344c3ce99acb5efb Plot: http://www.cs.rochester.edu/u/ryates/temp/plot-gist.pdf
We hope to also include much more support for 3D diagrams. For example:
When I do get around to this again, I will be sure to make some renderings of the examples!
I forgot to link to the diagrams package: http://projects.haskell.org/diagrams/
do you have some self contained examples / rendering lying around ?