Group Abstract Group Abstract

Message Boards Message Boards

0
|
6.8K Views
|
3 Replies
|
0 Total Likes
View groups...
Share
Share this post:

Graphics out of "Manipulate" function : habitable zone around a star

Posted 5 years ago
3 Replies
Posted 5 years ago

Hi Mauro,

Expanding a little on Neil's answer, try adapting this to your needs

Manipulate[
 Graphics[
  {ColorData["SolarColors"][t], Disk[],
   ColorData["LightTerrain"][.3], Annulus[{0, 0}, {rMin, rMin + delta}]},
  PlotRange -> 40],
 {{t, .5}, 0, 1},
 {rMin, 30, 40}, {delta, 1, 5}]
POSTED BY: Rohit Namjoshi

Mauro,

Look at the documentation for Annulus. It has several interactive examples for manipulating an annular graphic like the one you are proposing.

Regards,

Neil

POSTED BY: Neil Singer
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard