List of Subroutines:
return to subroutines page
! Function returning the offset of the drawing area of a graph
! wd = width of the graph
! sca = hscale parameter of the graph
! Initialize graph variables and functions such as xg() and yg()
! wd = width of graph
! hi = height of graph
! hsc = hscale parameter of graph
! vsc = vscale parameter of graph
! xmn, xmx = minimum and maximum xaxis value
! ymn, ymx = minimum and maximum yaxis value
! Function to draw a line on a graph
! x1, y2 = start point
! x2, y2 = end point
! Function to draw an horizontal equidistant grid on a graph
! (use 'under graph_hgrid 5 "red"' in your graph block)
! nb = number of lines in grid
! color$ = color for grid lines
! Function to draw a vertical equidistant grid on a graph
! (use 'under graph_vgrid 5 "red"' in your graph block)
! nb = number of lines in grid
! color$ = color for grid lines
! Function to draw an equidistant grid on a graph
! (use 'under graph_grid 5 "red"' in your graph block)
! nb = number of lines in grid
! color$ = color for grid lines
! Go to the origin of a graph selected with selectgraph