MathGroup Archive 2012

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

Search the Archive

Re: How can a sub picture be resized with a Row?

  • To: mathgroup at smc.vnet.net
  • Subject: [mg129118] Re: How can a sub picture be resized with a Row?
  • From: "Eduardo M. A. M. Mendes" <emammendes at gmail.com>
  • Date: Sun, 16 Dec 2012 05:06:12 -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
  • References: <20121216060609.9AA9368DA@smc.vnet.net>

Hello

I found my mistake.  ImageSize->{400,200}.

Many thanks

Ed
On Dec 16, 2012, at 4:06 AM, Eduardo MAM Mendes <emammendes at me.com> =
wrote:

> 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[Po=
intSize[Large],Red],PlotRange->{{-210,-60},{-24,18}},NicholsGridLines->Aut=
omatic,Frame->True,StabilityMargins->True,StabilityMarginsStyle->{Blue,Blu=
e},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: Copy as LaTeX v9 vs v8
  • Next by Date: Re: Ask for help to evaluate an equation
  • Previous by thread: How can a sub picture be resized with a Row?
  • Next by thread: Re: How can a sub picture be resized with a Row?