GridDisplay Example Worksheet
William Spaetzel
Introduction and Usage
GridDisplay can take any set, sequence or list of plots and will display the plots with appropriate grid lines added to it
Its calling sequence is GridDisplay(L, options) where L is a set, sequence, or list of plot structures
Its options are: gridcolor=[x color, y color] or gridcolor=both colors Which sets the color of the grid. Default: grey
ticksperline=[x ticks, y ticks] or ticksperline=both ticks Which sets the number of tick marks that are drawn per each grid line. Default: 2
gridlines=[x lines, y lines] or gridlines=both lines Which sets the number of grid lines that are drawn. If this option is left out, the number of gridlines is chosen automatically.
precision=[x value, y value] or precision=both value Which sets the number of digits to show for the grid labels. Default: 4
gridstyle=[x style, y style] or gridstyle=both style Which sets the line style used to draw the gridlines, can be one of SOLID, DASH, DOT or DASHDOT, Default: DOT
Examples
Legal Notice: The copyright for this application is owned by the author(s). Neither Maplesoft nor the author are responsible for any errors contained within and are not liable for any damages resulting from the use of this material. This application is intended for non-commercial, non-profit use only. Contact the author for permission if you wish to use this application in for-profit activities.