Ask Your Question

Revision history [back]

Try using points instead of list_plot, as in the following example.

sage: K.<x> = QuadraticField(-5, embedding=sqrt(5)*I)
sage: L = [K.random_element() for _ in xrange(10)]
sage: L
[-7*x - 4, -2*x + 1, 1, -x - 6, x - 11, -x - 4, -x, -2, -2*x + 11, x - 1]
sage: points(L)
Launched png viewer for Graphics object consisting of 1 graphics primitive