I have some graphs I drew in maple, some simple line plots and histograms. Now I'd like to redraw these graphs in LaTeX, so I can do fancy stuff in beamer like have one histogram appear, and then another on top of it on the next slide.
I guess one way to do this would be using R and sweave, but learning R seems like overkill, since I'm not really doing any statistical analysis: I just want to plot some data. Is there a simpler way to pass LaTeX the data in such a way that it will be able to plot the data in, say, a TikZ picture (since I already know how to use TikZ a bit...)
