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.
Asked: 2012-06-09 04:08:14 +0100
Seen: 891 times
Last updated: Jun 11 '12
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.