>
|
|
>
|
|
Executing the InlinePlot command produces a function call, in which the supplied plot structure p has been encoded.
>
|
|
| (1) |
By using additional commands from the Layout Constructors package a nested function call can be produced which represents an entire worksheet.
>
|
|
That XML representation of a worksheet can be inserted directly.
>
|
|
The height and width options can be used to control the displayed dimensions of both 2D and 3D plots.
>
|
|
>
|
|
>
|
|
>
|
|
>
|
|
>
|
|
The size option used in constructing a 2D plot, when specifying width and height as positive integer pixel values, is respected by default.
>
|
|
>
|
|
A legend in a 2D plot is made visible by default.
>
|
|
>
|
|
>
|
|
The initial pan and scale of a 3D plot can be controlled by options.
>
|
|
>
|
|
>
|
|
>
|
|
>
|
|
>
|
|
The gridlinevisibility option only controls whether gridlines present in a plot will be visible. Supplying the gridlinevisibility option will not by itself cause gridlines to be added to a plot result.
>
|
|
>
|
|
>
|
|
>
|
|
Using a fill color on a Cell is an effective way to show a 3D plot with a black background. The next example uses the InlinePlot element constructor for the content of the Cell.
>
|
|
>
|
|