Skip to main content
13 events
when toggle format what by license comment
Apr 13, 2017 at 12:55 history edited CommunityBot
replaced http://mathematica.stackexchange.com/ with https://mathematica.stackexchange.com/
S Jan 23, 2015 at 15:16 history bounty ended Matt
S Jan 23, 2015 at 15:16 history notice removed Matt
Jan 23, 2015 at 15:14 vote accept Matt
Jan 17, 2015 at 17:18 answer added Michael E2 timeline score: 3
Jan 15, 2015 at 21:42 answer added bobthechemist timeline score: 10
S Jan 15, 2015 at 21:19 history bounty started Matt
S Jan 15, 2015 at 21:19 history notice added Matt Draw attention
Jan 15, 2015 at 15:46 history tweeted twitter.com/#!/StackMma/status/555752904976793601
Jan 13, 2015 at 20:20 history edited Matt CC BY-SA 3.0
code correction: replaced variable named Image3DCompare in the Options statement with imgcompare (originally, forgot to do this when I pulled the function out of my custom package and renamed it while building a standalone example of the problem)
Jan 13, 2015 at 19:12 comment added Kuba And since this works: Dynamic@DynamicModule[{vp = {2.0, 2.0, 1.}}, Plot3D[Sin[x y], {x, 0, 1}, {y, 0, 1}, ViewPoint -> Dynamic[vp]]] I don't know what to say...
Jan 13, 2015 at 19:12 comment added Kuba Minimal example of your problem can be observed with: Dynamic@DynamicModule[{vp = {2.0, 2.0, 1.}}, Image3D[RandomReal[1, {2, 2, 2}], ViewPoint -> Dynamic[vp]]].
Jan 13, 2015 at 18:50 history asked Matt CC BY-SA 3.0