7,046 reputation
1942
bio website
location
age
visits member for 1 year, 4 months
seen 3 hours ago
stats profile views 359

Mar
30
comment CDF plug-in and animation controls
Is it possible that the input field of the slider is treated as a form of arbitrary input?: "For activation of higher-level application content in .cdf files, such as arbitrary input, dialog windows, and loading external data, please contact Wolfram Research."
Mar
28
revised How do I get rid of the overlap of gridlines and tick mark labels?
better picture
Mar
28
revised How do I get rid of the overlap of gridlines and tick mark labels?
of ticks
Mar
28
answered How do I get rid of the overlap of gridlines and tick mark labels?
Mar
27
awarded  Critic
Mar
27
comment Manipulate not working inside DialogInput
@Simon Glad to be of help. I still find it strange that Manipulate[x, {{x, 2}, {1, 2, 3}}] works fine by itself, with x behaving like a dynamic variable within Manipulate when Manipulate is not embedded in DialogInput`.
Mar
27
revised Manipulate not working inside DialogInput
DialogReturn and explanation added.
Mar
27
comment Manipulate not working inside DialogInput
No. I haven't a clue.
Mar
27
answered Manipulate not working inside DialogInput
Mar
26
comment Extract values for ViewMatrix from a Graphics3D
+1 Very useful diagram and explanation. Much better than the documentation for the individual View settings!
Mar
26
comment Extract values for ViewMatrix from a Graphics3D
According to the documentation, "With the default setting ViewMatrix->Automatic, the matrices {t,p} are found automatically from the settings for options such as ViewPoint, ViewVertical, and ViewAngle." It may be useful to take examine the code at demonstrations.wolfram.com/UsingViewMatrix to see how the default settings can be used to produce the two needed matrices.
Mar
22
revised Change the color of a Locator in a Manipulate
code used instead of picture of code.
Mar
22
revised Change the color of a Locator in a Manipulate
code used instead of picture of code.
Mar
21
revised Change the color of a Locator in a Manipulate
changed order of examples
Mar
21
revised Change the color of a Locator in a Manipulate
Disk[]
Mar
21
revised Change the color of a Locator in a Manipulate
second example and picture
Mar
21
answered Change the color of a Locator in a Manipulate
Mar
20
revised How to remove repeated permutations?
incorporation of TomD's suggestion
Mar
20
comment How to remove repeated permutations?
@TomD Nice idea: OrderedQ as a selection criterion.
Mar
19
revised How to remove repeated permutations?
second solution proposed.