|
|
|||
|
|
| Built-in Mathematica Symbol | Tutorials »|See Also »|More About » |
Inset |
| Inset[obj] represents an object obj inset in a graphic. |
| Inset[obj, pos] specifies that the inset should be placed at position pos in the graphic. |
| Inset[obj, pos, opos] aligns the inset so that position opos in the object lies at position pos in the enclosing graphic. |
| Inset[obj, pos, opos, size] specifies the size of the inset in the coordinate system of the enclosing graphic. |
| Inset[obj, pos, opos, size, dirs] specifies that the axes of the inset should be oriented in directions dirs. |
| {x,y} | ordinary coordinates in a plot | |
| Scaled[{x,y},...] | scaled coordinates from 0 to 1 | |
| ImageScaled[{x,y},...] | scaled coordinates from 0 to 1 across a whole image | |
| Offset[{dx,dy},...] | absolute offset in printer's points | |
| Center, etc. | {Center, Center}, etc. |
| graphic | determined by ImageSize setting | |
| typeset expression | absolute size without wrapping |
| Automatic | default orientation | |
| {xx,xy} | x direction along {xx, xy} | |
| {Automatic,{yx,yy}} | y direction along {yx, yy} | |
| {{xx,xy},{yx,yy}} | x and y directions along {xx, xy} and {yx, yy} | |
| None | never reorient the contents of the Inset |
| Alignment | Left | how to align the contents of the inset | |
| Background | None | the background to use for the whole region of the inset | |
| BaseStyle | "Inset" | the base style to use for the inset | |
| ContentSelectable | Automatic | whether to allow contents to be selected | |
| FormatType | Automatic | format type for text |
| © 2013 Wolfram Research, Inc. |