The "Plotting functions with asymptotes" thread reminded me of something I've wondered for a while: is it possible to get access to the list of points that a plot object uses? It's easy enough to make up my own list, with something like
[f(x) for x in list_of_x_values]
but I want to get some of the adaptive refinement goodness.
I'd like this for use with something like TikZ, so I could use Sage to
plot something, get a list of points, and then use TikZ to plot the
function directly in my LaTeX document.
Another way of saying this is, I want Sage plots to have a Gnuplot table
terminal, something like the result of doing this in Gnuplot:
set terminal table
set output "some-file-name"
set format "%.5f"
set samples 20
plot [x=0:10] sin(x)
Is this possible right now? Or do I smell a trac ticket? :)
Dan
--
--- Dan Drake <[EMAIL PROTECTED]>
----- KAIST Department of Mathematical Sciences
------- http://math.kaist.ac.kr/~drake
signature.asc
Description: Digital signature
