User Portlet User Portlet

Xiang Li
Discussions
The following GIF illustrates daily temperatures in top 80 biggest cities around China. We can observe any change in temperature: ???GIF??????????????? 80 ??????????: ![enter image description here][1] Process the geographic data: ...
You are welcome! My friend.
Or you can find this palette use the command: FileNameJoin[{$InstallationDirectory, "SystemFiles", "FrontEnd", "Palettes", "BasicMathAssistant.nb"}]
Any guidance very appreciated!
Hi, I'm trying to code some CDF files with Mathematica Enterprise like this one: http://profqx.com/w/k10/1.%20Homework.cdf I want my students to finish these questions, then click the submit...
Hi, Manipulate[ expr, {var, ...}, LabelStyle -> { 20} ]
Hi, Vitaliy .  Here's a way. Manipulate[ Pause[.5]; x, Item[Manipulator[ Dynamic[y, {(y = #) &, (y = #) &, (y = x = #) &}], {0, 1}, ContinuousAction -> False, Appearance -> {"Labeled", "Open"}]] ] Xiang Li
Hello, Kaurov, Thanks for the comprehensive answer. The last method (GraphicsComplex) is exactly what I want!!! Xiang Li