How can a sub picture be resized with a Row?
- To: mathgroup at smc.vnet.net
- Subject: [mg129109] How can a sub picture be resized with a Row?
- From: Eduardo MAM Mendes <emammendes at me.com>
- Date: Sun, 16 Dec 2012 01:06:01 -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
Hello In the following example the phase plot is smaller when compared to the magnitude plot. I have tried {ImageSize->{400,200},ImageSize->{400,200}} as argument but it did not work. How can the two pictures showed at the same size? Manipulate[Row[{NicholsPlot[Subsuperscript[(k/(s (s^2+s+1)) ), , \[ScriptCapitalT]],Mesh->{{0.45,0.72,0.9,1.0,1.2}},MeshStyle->Directive[PointSize[Large],Red],PlotRange->{{-210,-60},{-24,18}},NicholsGridLines->Automatic,Frame->True,StabilityMargins->True,StabilityMarginsStyle->{Blue,Blue},ImageSize->{600,400}],BodePlot[Subsuperscript[(k/(s (s^2+s+1)) ), , \[ScriptCapitalT]],StabilityMargins->True,StabilityMarginsStyle ->Red,GridLines->Automatic,PlotLabel->{"Magnitude","Phase" },AxesLabel->{{"j\[Omega]","dB"},{"j\[Omega]","dB"}},ImageSize->{400,200}]}],{{k,0.64},0,10,Appearance->"Labeled"}] Many thanks Ed
- Follow-Ups:
- Re: How can a sub picture be resized with a Row?
- From: Bob Hanlon <hanlonr357@gmail.com>
- Re: How can a sub picture be resized with a Row?
- From: "Eduardo M. A. M. Mendes" <emammendes@gmail.com>
- Re: How can a sub picture be resized with a Row?