15.64.49.18 Example

- TD:SET SCALE X LOG Y LINEAR Sets the X scale to logarithmic, and Y to linear. TD:SET SCALE X LOG SCALE 1,5 TICKS 2,3,4,6,7,8,9 This sets the log scales on the X axis so that labels will be drawn at 1,10,100... and 5,50,500... All subintervals will have small ticks 2,3,4,6,7,8,9,20,30,40,60.... TD:SET SCALE X LINEAR LABELS=10 TICKS=8 LONG Selects a linear scale for X with a maximum of 10 labelled ticks, and a maximum of 8 unlabelled ticks. All ticks will be the same length. TD:SET SCALE ALL LOG Z LINEAR Sets X,Y scales logarithmic, and Z linear. TD:SET SCALE ALL LOG Sets all scales logarithmic.