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()