| 1 | initial version |
See contour_plot. The returned object from that has an attribute xy_data_array from contains the values at the grid points used to make the plot. Sage doesn't construct the contour lines itself. Matplotlib does that. See matplotlib.pyplot.contour for the relevant routine. You'd have to look there to see if matplotlib makes the computed data easily available.
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.