Please enable JavaScript to view this site.

ESL Documentation

When GAutoScaleY or GAutoScaleX is set to true, ESL automatically assigns top and bottom values to the associated axis based on the input data, and will always display a "0" on the Y axis. ("0" will be displayed on the X axis only when X data is used.)

 

To manually scale the graph or disable the display of the "0" on an axis, set GAutoScaleY and/or GAutoScaleX to false. Then, use one of these two methods by which you can manually scale the graph:

 

Set top and bottom values for the X and/or Y axis using GTopX, GBottomX and/or GTopY, GBottomY, and set the tick labels and number of ticks using XTicks and/or YTicks, as described on the following page.

Set top and bottom values for the X and/or Y axis, and set the tick interval GXTickIncrement / GYTickIncrement, as described on the following page. The labels will be filled in by the module relative to the specified increment.