|
SOLUTIONS
|
BUILT-IN MATHEMATICA SYMBOL
Mouseover
Mouseover[expr, over]
represents an object that displays as over when the mouse pointer is over it, and as expr otherwise.
Details and OptionsDetails and Options
- Mouseover can be used with graphics or any other expression.
- The following options can be given:
-
Alignment {Left,Top} how to align objects in the display area ImageSize Automatic the overall image size for the displayed objects - With the default option setting ImageSize->Automatic, Mouseover leaves space only for the object currently being displayed.
- With the option setting ImageSize->All, Mouseover leaves enough space for either expr or over.
ExamplesExamplesopen allclose all
Basic Examples (1)Basic Examples (1)
Change from
to
when the mouse is over the expression:
| In[1]:= |
| Out[1]= |
New in 6
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »
