On Fri, 19 Jan 2007 11:43:13 -0800, wrote:
Stein, In plotting is it possible to make the size of a cell the same in an array plot of any a*b? http://sage.math.washington.edu:8101/exponentprimefactor
Use figsize: s = [sieve_step(p,100) for p in primes_first_n(20)] G = graphics_array(s, 10,2) G.show(axes=False, figsize=[12,12]) --~--~---------~--~----~------------~-------~--~----~ To post to this group, send email to sage-support@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/sage-support URLs: http://sage.math.washington.edu/sage/ and http://sage.scipy.org/sage/ -~----------~----~----~----~------~----~------~--~---