asked 12 years ago
updated 12 years ago
Is it possible to export a sage plot of a function to pgfplots or (in my case even better) to tkz-fct?
Since the plotting backend is matplotlib, it should be possible to use something like https://github.com/nschloe/matplotlib2tikz to convert plots to TikZ.
answered 12 years ago
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.
Add Answer
subscribe to rss feed
Asked: 12 years ago
Seen: 705 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
Generating dynamic latex
implementing sagetex in latex
How do I change the default latex output of a vector?
How to change _latex_ of log to \ln ?
Since the plotting backend is matplotlib, it should be possible to use something like https://github.com/nschloe/matplotlib2tikz to convert plots to TikZ.