MathGroup Archive 2012

[Date Index] [Thread Index] [Author Index]

Search the Archive

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




  • Prev by Date: Re: Strange behaviour of Solve
  • Next by Date: Re: Clustering algorithm Mathematica 7
  • Previous by thread: ask about the mathematica warning
  • Next by thread: Re: How can a sub picture be resized with a Row?