Ask Your Question

Revision history [back]

click to hide/show revision 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