*SetAnimBubbleColor()
Specifies the color of the animation bubble on plots.
Syntax
*SetAnimBubbleColor (Color)
Application
HyperGraph and HyperStudy.
Inputs
- Color
- A number from 0 to 63 representing any of the 64 colors on the palette.
Context
*BeginPlotDefaults()
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()
• • •
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.