I was running 4.1.1. After a *while* I am now running 4.2. It s better, but still problematic: If you do the code sent above, they are circles, but not all of the same size!?!
It s more obvious if you repeat the construction: graph = Graphics() graph += circle((0,0),20) graph.set_aspect_ratio(1) graph2 = graphics_array([[graph,graph,graph,graph], [graph,graph,graph,graph],[graph,graph,graph,graph], [graph,graph,graph,graph]]) graph2.show() On Nov 7, 3:53 am, Jason Grout <[email protected]> wrote: > Paul-Olivier Dehaye wrote: > > Hi > > the following code: > > > graph = Graphics() > > graph += circle((0,0),10) > > graph.set_aspect_ratio(1) > > graph2 = graphics_array([[graph,graph],[graph,graph]]) > > graph2.show() > > > gives 4 ellipsis, while i would have expected to get 4 circles. Is > > this a bug? How do I place pictures side by side (graphics_array) > > while keeping each picture's aspect ratio? > > This works fine in the newest version of Sage: > > http://sagenb.org/home/pub/965/ > > What version do you have? The plotting code was recently reworked, and > some things with aspect ratios changed. > > Thanks, > > Jason > > -- > Jason Grout --~--~---------~--~----~------------~-------~--~----~ To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/sage-support URL: http://www.sagemath.org -~----------~----~----~----~------~----~------~--~---
