Specifies the color of the animation bubble on plots.
*SetAnimBubbleColor()Specifies the color of the animation bubble on plots. |
|||||
*SetAnimBubbleColor()Specifies the color of the animation bubble on plots. |
Syntax |
*SetAnimBubbleColor(Color) |
|
Arguments |
Names |
Description |
Color |
A number from 0 to 63 representing any of the 64 colors on the palette. |
|
Example |
• • • *BeginPlotDefaults() • • • *SetAxisDefaults(0, 11, 2, 1, 11, 4) *SetLegendPlacement(TopRight) *SetNoteAttachment(View) *SetNoteAlignment(Left) *SetNoteFont("Helvetica",1,1,24) *SetPrintLineThickness(0.5) *SetLegendFont("Helvetica",1,1,24) *SetAnimBubbleColor(6) *EndPlotDefaults() • • • |
|
Application |
HyperGraph and HyperStudy. |
|
Context |
||
Comments |
The animation bubble moves from point to point with time when a plot is animated. For visibility, the actual color of the animation bubble varies depending on the plot background color. |
|
See also |
|
|