MathGroup Archive 2011

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

Search the Archive

Re: How to add window with values a,b

  • To: mathgroup at smc.vnet.net
  • Subject: [mg117477] Re: How to add window with values a,b
  • From: Artur <grafix at csl.pl>
  • Date: Sat, 19 Mar 2011 06:17:50 -0500 (EST)

Dear Bob,
I was think about two interractive Windows when I will have possibility 
write two numbers from the range and ruler will be stay automatically on 
these two and vice versa (vice versa only working in Your procedure)
Best wishes
Artur

W dniu 2011-03-19 11:21, Bob Hanlon pisze:
> Manipulate[
>   Plot[x^5 + a x + b, {x, -4, 4},
>    PlotRange ->  {-500, 500}],
>   {a, -100, 100, Appearance ->  "Labeled"},
>   {{b, 0}, -100, 100, Appearance ->  "Labeled"}]
>
> Bob Hanlon
>
> ---- Artur<grafix at csl.pl>  wrote:
>
> =============
> Dear Mathematica Gurus,
> I would like to add to plot draw two windows with exact position of
> ruler for a and b (as numbers)
>
> Clear[a, b]; Manipulate[Plot[x^5 + a x + b, {x, -4, 4}], {a, -100, 100},
> {b, -100, 100}]
>
> How to do that?
> Best wishes
> Artur
>
>
>
>


  • Prev by Date: Re: how to plot 'carpet' of curves
  • Next by Date: Re: Coordinates from Graphics3D images
  • Previous by thread: Re: How to add window with values a,b
  • Next by thread: Re: How to add window with values a,b