I get an incorrect vertical offset in 3D plots when using GraphicsRow in Mathematica 9 (Linux - Ubuntu 12.04). When displayed by itself, the plot is fine. Here's an example:
f[x_, y_] := Exp[-x^2 - y^2]
Showing the plot by itself works as expected:
a = Plot3D[f[x, y], {x, -2, 2}, {y, -2, 2}]

However an incorrect vertical offset appears when showing the plot multiple times with GraphicsRow:
GraphicsRow[{a, a}, ImageSize -> Large]

Does anybody also have this problem? Any idea how to fix this?

incorrect vertical offset appears? Here it is on V9. I am not sure what is wrong. !Mathematica graphics – Nasser Dec 20 '12 at 14:08GraphicsRow[{a, a}, ImageSize -> Large]either ? – Artes Dec 20 '12 at 14:22mathematica -mesaand see if that fixed the problem. – Szabolcs Dec 20 '12 at 20:31