| 1 | initial version |
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
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.