There will be a maintenance on the server on November 14th 2025.
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: 977 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
Copyright Sage, 2010. Some rights reserved under creative commons license. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.
Since the plotting backend is matplotlib, it should be possible to use something like https://github.com/nschloe/matplotlib2tikz to convert plots to TikZ.