How to add window with values a,b
- To: mathgroup at smc.vnet.net
- Subject: [mg117417] How to add window with values a,b
- From: Artur <grafix at csl.pl>
- Date: Fri, 18 Mar 2011 05:58:29 -0500 (EST)
- Reply-to: grafix at csl.pl
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