max-y, min-y attribute

Type:number
Inherited:no
Used By:Graph elements except piegraph
Default:- Infinity
See:max-x min-x y

The minimum value to plot on the y axis for axes graph elements. Set this to plot useful values for curves like tangents, that give infinite values at certain points.

<linegraph min-x="-3.14" max-x="3.14" min-y="-100" max-y="100">
  <simplecurve name="Tangent" method="java.lang.Math.tan"/>
</linegraph>