ahgoodthesea

4 Reputation

2 Badges

18 years, 50 days

MaplePrimes Activity


These are questions asked by ahgoodthesea

Hi,
I'm trying to animate a group of spheres moving randomly in a box but am having difficulty getting the axes to show up. Specifically i want to be able to export as a GIF, for use in a presentation but when I insert a static set of axes with an arbitrary empty bit of a plot it won't let me export. I can define a set of axes as below, but i can't seem to control the size. Any ideas how to define the axes size in the following bit of maple for one sphere?
Thanks greatly in advance.

> restart;with(plots): with(plottools):with(linalg):with(stats):
> x10:=10:y10:=10:z10:=10:
> ball1 := sphere( [x10,y10,z10], grid=[10,10],axes=normal,color=blue):
Page 1 of 1