User Portlet
Discussions |
---|
I'm trying to export an image to a relatively large size (2048x2048), but any size over ~1900 returns black. This is an example: [mcode]Export["image.png", DensityPlot[x^2 - y^2, {x, -2, 2}, {y, -2, 2}, ColorFunction -> "PigeonTones", Frame ->... |
I'd like the animate command to simply animate graphics, without attaching a slider at the top of the graphic Is there any... |
Details in the screenshot: |
I've been trying to put together a double pendulum animation for my physics project.[mcode]forces = {m1* x1''[t] == (\[Lambda]1[t]/l1) x1[t] - (\[Lambda]2[t]/ l2) (x2[t] - x1[t]), m1* y1''[t] == (\[Lambda]1[t]/l1) y1[t] -... |