Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Try

show(list_plot([(x,x*2) for x in range(-2,3)]), figsize=3)

If you don't specify the abcissae, it is assumed that they are 0, 1, 2, 3...