| Author |
Comment/Response |
Piotr
|
11/22/12 3:24pm
Hello,
I have a following problem. I have two plots:
rys1 = Plot[x^2, {x, -2, 2}, Axes -> False, Frame -> True, FrameLabel -> {{"Hej", "Hej hej"}, {"Hej hej", "Hej hej"}}]
rys2 = Plot[x^3, {x, -2, 2}, Axes -> False, Frame -> True, FrameTicks -> {None}]
I am trying to combine them with the command:
GraphicsGrid[{{rys1, rys2}}]
I do not know how align these two frames and how to make their sizes to be equal.
I would be grateful for help,
Piotr
URL: , |
|