MathCell by default includes CSS styling to standardize the appearance of interactive elements across browsers. The one piece of this that is not set automatically is the height of the cell, since the number of inputs and the type of output is not known in advance. While this may be automated to some extent in the future, it is simpler to have the end user manually set the height in the style
attribute on the first line of the cell as needed.
By default SVG plots fill all available output space. For plots that need to enforce an equal aspect ratio to ensure correct appearance, as for example plotting circles, the output option equalAspect
should be set to true
and the height of the MathCell increased to display the entire plot.
Graphic options specific to Three.js rendering and default values:
material | phong
|
renderOrder | 0 |
singleSide | false
|
material
can take the additional values normal
or standard