I think the sage plot() function generates a graphics object, so there's no general way to export it to another graphing program. I'm no expert, though.
Please start posting anonymously - your entry will be published after you log in or create a new account.
Asked: 2012-06-09 04:08:14 +0100
Seen: 651 times
Last updated: Jun 11 '12
LaTeX table from an HTML table
latex(-(x-1)/(x+1)) still broken
Is there a function to render latex or html in a notebook from a string ?
What is the function for "%latex" on a notebook cell ?
getting blank cells in html.table
converting expressions into latex code
Since the plotting backend is matplotlib, it should be possible to use something like https://github.com/nschloe/matplotlib2tikz to convert plots to TikZ.