MathGroup Archive 2012

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

Search the Archive

Suppress Resizing in Manipulate[expr].

  • To: mathgroup at smc.vnet.net
  • Subject: [mg128349] Suppress Resizing in Manipulate[expr].
  • From: Matthias Bode <lvsaba at hotmail.com>
  • Date: Tue, 9 Oct 2012 00:36:47 -0400 (EDT)
  • 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

Hola:
The documentation shows how to suppress resizing in Manipulate[Plot[]].
I want to suppress resizing in
Manipulate[{"vol:", N[vol, 4],      "strike:", N[strike, 6],   "expiry:", N[expiry, 6],      N[FinancialDerivative[         {"BarrierDownIn",            "European", "Put"},          {"StrikePrice" -> strike,            "Expiration" -> expiry,            "Barrier" -> 11/10,            "Rebate" -> 0},          {"CurrentPrice" -> 12/10,   "Dividend" -> 0,            "Volatility" -> vol,            "I nterestRate" -> 1/100}],        6]}, {{vol, 1/10}, 1/10,      7/10}, {{strike, 1}, 1, 2},    {{expiry, 1/4}, 1/4, 6/4}]
How?
(Using NumberForm[] almost suppresses resizing; but, alas, not totally.)

Best regards,

MATTHIAS BODE
S 17.36398=B0, W 66.21816=B0,2'590 m. AMSL. 		 	   		  


  • Prev by Date: Re: Integrating over 3D vector
  • Next by Date: Re: Assuming and Integrate
  • Previous by thread: Re: Integrating DiracDelta in Mathematica: how to suppress
  • Next by thread: Re: Suppress Resizing in Manipulate[expr].