Message Boards Message Boards

GROUPS:

Display more digits in Manipulate Control Panel

Posted 9 years ago
2478 Views
|
1 Reply
|
1 Total Likes
|
Manipulate[NumberForm[a, 7], {{a, 600.0000}, 600 - 0.1, 600 + 0.1, 0.0001,Appearance -> "Open"}]
How does one get the open control panel of Manipulate to display more digits/ format the display inside the control panel?
POSTED BY: Yogesh Patil
Is this the sort of thing you are interested in?  (Note that NumberForm has additional formats that allow control of the digits both to the left and right of the decimal point.)
Manipulate[
NumberForm[a, {7, 10}], {{a, 600.0000}, 600 - 0.1, 600 + 0.1, 0.0001,
   Appearance -> "Open"}]

--David
http://scientificarts.com
POSTED BY: David Reiss
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard

Group Abstract Group Abstract