Plots combining
- To: mathgroup at smc.vnet.net
- Subject: [mg128745] Plots combining
- From: kalaipiotrek at gmail.com
- Date: Fri, 23 Nov 2012 03:25:53 -0500 (EST)
- Delivered-to: l-mathgroup@mail-archive0.wolfram.com
- Delivered-to: l-mathgroup@wolfram.com
- Delivered-to: mathgroup-newout@smc.vnet.net
- Delivered-to: mathgroup-newsend@smc.vnet.net
Dear All, for a long time I can not solve a simple problem with plots combining. I have two plots: fig1 = Plot[x^2, {x, -2, 2}, Axes -> False, Frame -> True, FrameLabel -> {{"Hej", "Hej hej"}, {"Hej hej", "Hej hej"}}] fig2 = Plot[x^3, {x, -2, 2}, Axes -> False, Frame -> True, FrameTicks -> {None}] I am trying to combine them with a following command GraphicsGrid[{{rys1, rys2}}] I do not know how to align these two frames and how to make their sizes to be equeal. I would be grateful for a help. Regards, Piotr