15.58.2.12 Examples
- example TD:PLOT AXES Plot all axes with the current defaults. TD:PLOT AXES X Produces default TOP and BOTTOM axes. TD:PLOT AXES X LABELS 1,2,3,4 TICKS 1.5,2.5,3.5 Produces labels at 1,2.. and short ticks at 1.5,... TD:PLOT AXES RIGHT EFORMAT LABELS 1,2,3,4 TICKS LONG 1.5,2.5,3.5 Produces the same labels, but in exponential format with long ticks in between the labels. TD:PLOT AXES BOTTOM LABELS 1,2,3 TOP 1.5,2.5 Produces labels with long ticks on the top and bottom of the plot. The labels are at different locations. TD:PLOT AXES X LIMITED FROM X=1 Y=5 TO X=11 LABELS 1,5,11 This plots an X axis from X=1 to 11 Y=5 with labeled ticks at 1,5,11.