| 1 | initial version |
Does this help?
sage: p = implicit_plot(x == y^2, (x, 0, 1), (y, 0, 1))
sage: pc = p._objects[0]
sage: pc.xy_data_array
# Big output here
Similarly for plot
sage: p = plot(x)
sage: pc = p._objects[0]
sage: pc.xdata, pc.ydata
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.