GLE Library: stm.gle
List of subroutines:
!
! draws a scale bar with text over it
!
! llenght ........ line length
! a$.............. text
! texth........... texht height
! lx.............. x coordinate of box
! ly.............. y coordinate of box
! ap$............. anchor point (tl,tc,tr,lc,cc,rc,bl,bc,br)
! line_width ..... width of line
! text_offset .... offset of text from line
! fillpattern$.... background
! boxit........... =1 draws a black box=0 no box is drawn
! x_buffer........ distance on both ends from line to box
! y_buffer........ distance on top and bottom
!
! -- calculate box height and width
!
!
! draws a box around a piece of text and fills it with a color
!
! (x1,y1) ........ x and y coordinates of box
! ap$............. anchor point (tl,tc,tr,lc,cc,rc,bl,bc,br)
! string$......... the string to put in the box
! text_size....... the size of the text
! t(x,y)buffer.... extra padding around text
! boxit........... 1 draws box 0 no box is drawn
! fg color........ text color
! bgcolor ........ background color
! lnwidth......... line width of surrounding box
! lncolor......... line color of surrounding box
!
!
!
! draws and axis x and y and lables it called by axis_box
!
!
! draws a box and puts two axis 90 deg apart and lables them as you want
!
! lx,ly........location of box
! textx$.......text to put on x axis
! texty$.......text to put on y axis
! angle........axis is rotated
! xoffset......location of origin relative to corner of box
! yoffset......""""""" """ """ """
! axis_length..lenght of axis
! ap$..........anchor point (does not work yet puts it at lower left
! boxit........1 draws box 0 no box
! text_offset....offset of text from axis
!
!
! draws a box and puts two axis 90 deg apart and lables them as you want
!
! lx,ly........location of box
! textx$.......text to put on x axis
! texty$.......text to put on y axis
! angle........axis is rotated
! xoffset......location of origin relative to corner of box
! yoffset......""""""" """ """ """
! axis_length..lenght of axis
! ap$..........anchor point (does not work yet puts it at lower left
! boxit........1 draws box 0 no box
! text_offset....offset of text from axis
!