fryguybob / LaTeXGrapher

Excellent two-dimensional plots for LaTeX documents.
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

self contained examples #1

Open nrolland opened 7 years ago

nrolland commented 7 years ago

do you have some self contained examples / rendering lying around ?

fryguybob commented 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:

http://imgur.com/p8ULM8D

When I do get around to this again, I will be sure to make some renderings of the examples!

fryguybob commented 7 years ago

I forgot to link to the diagrams package: http://projects.haskell.org/diagrams/

nrolland commented 7 years ago

very good to know, thank you. I toyed around with Diagrams which is impressive.

PS : I am looking specifically in commutative diagrams, with some bit of 3D. Not sure there is anything better than tikzcd