Tagged Questions
6
votes
2answers
300 views
Formatted text in a Dynamic or Manipulate control
I am using a Manipulate control to show different calculations for the same user-specified parameters. I would like to show the results for the calculation the ...
6
votes
1answer
153 views
Interpreting text entry and splitting it in a Manipulate text field?
I have the following program that plots the number of trigram appearances across a corpus of textual information between 1964 and 1989 (apologies for the messy code):
...