options

1. ALL - Shows all options except for CURSOR, FLAGS, and HISTOGRAM. 2. ARROW - default arrow format 3. AXIS - default axis 4. BAR - ends of error bars 5. BOX - default box size 6. BLINK - whether plots are in blink mode 7. CARD - Maximum length of input lines 8. CYCLE - The color,width, texture to cycle through. 9. CHARACTERS - Shows character definitions 10. CIRCLE - Same as SHOW ELLIPSE 11. CLEAR - Clear setting is Deferred or Immediate. 12. COLOR - default color or pen number 13. COMMAND - Shows the currently defined commands. 14. Ctrl_Z - Whether Ctrl_Z stops TOPDRAWER. 15. CURSOR - Shows the location of the cursor. 16. DATA [options] - Show current data. 17. DATE - Show current base date. 18. DEVICE - Show current device being used 19. DIAMOND - default diamond size 20. DIGITS - The number of digits to use for output 21. ELLIPSE - default ellipse size 22. ERRORS - Shows status of error messages, and any errors for the current plot are displayed. 23. FILE - shows current files open, and line number. 24. FILL - the current fill patterns 25. FIT [FULL] - shows the current fit [with error matrix]. 26. FLUSH - Controls automatic flushing of plot data 27. FONT - the current character set 28. FORMAT - Format for input lines 29. GRID - grid marks that overlay plot 30. HISTOGRAM - Shows the list of histograms available. 31. INTENSITY - default intensity (line width) 32. KEYS [key names] - the defined keypad keys 33. LABELS - numeric labels on axes 34. LEXICALS [lexical] - exams the current values of lexicals. 35. LIMITS - limits for plot axis 36. MODE - Misc. options. These change the mode of operation. 37. MONITOR - Plot options for monitor command. 38. ORDER - Determines interpretation of input data 39. OUTLINE - outline around plot 40. PATTERN - the pattern for PATTERNED lines 41. PAUSE - controls whether TOPDRAWR pauses at NEW PLOT 42. PEN - the pen or color to use in plotting. 43. PLOTS - The number of plots produced 44. POLAR - Whether mode is polar or spherical plots 45. REVISION - The current revision level. 46. SECONDARY - Secondary contour line options. 47. SCALE - scale (log/linear) and units. 48. SHIELD - the location and sizes of shielded areas. 49. SIZE - size and orientation of screen or paper 50. STATISTICS - The statistics set by the last SET STATISTICS or SHOW DATA command. 51. STORAGE - what is kept in storage 52. STRINGS - strings defined by DEFINE STRING 53. SYMBOL - default symbol to plot 54. TEXTURE - default line style (DOTTED,SOLID...) 55. THREE - parameters for 3-dimensional plots 56. TICKS - tick marks on axes 57. TITLE - size of title 58. UNITS - the units of measurement 59. VALUES - The user defined Lexical values. 60. VERSION - The current version number of TOPDRAWER 61. WIDTH - the line width or intensity 62. WINDOW - the plotting area (labels may be outside area)

CURSOR

SHOW CURSOR

This puts a cursor on the graph. After moving the cursor to the desired location, press any key. The current location of the cursor will be typed and entered into the journal file as a comment. This does not work if the device has no cursor. If you have not plotted any data this command will not work.

The position of the cursor is given in both TEXT and DATA units. If a 3-d plot is displayed, The X,Y,Z given are on a plane through the origin parallel to the screen.

DATA

SHOW DATA [SETS=[FROM] n1 [TO] [n2]] [SELECT="name"] [POINTS|COLUMNS=[FROM] n1 [TO] [n2]] [LINES|ROWS=[FROM] n1 [TO] [n2]] [BRIEF|FULL|STATISTICS|TOTAL[=ON|OFF]] [LIMITED [VLOG[=ON|OFF]] [[FROM]|TO [[X=]nx,[[Y=]ny[,[Z=]nz]]] [RECURSOR] [CURSOR] ] [OUTPUT=file] This types the current data and statistics on the data. You may terminate the listing in the middle by pressing Ctrl_C.

Additional Information on:

  • BRIEF...
  • LIMITED
  • LINES|ROWS
  • OUTPUT
  • POINTS|COLUMNS
  • SETS
  • statistics
  • example
  • ERRORS

    This shows the status of the error reports, and any error messages for this plot are displayed.

    FLAGS

    This show the status of all flags. This is generally only useful for debugging TOPDRAWER. There is no SET FLAGS command.

    HISTOGRAMS

    This command shows the list of histograms made available by the SET HISTOGRAM command. You may terminate the listing in the middle by pressing Ctrl_C. SHOW HISTOGRAMS [CURRENT] [[IDENT=] n] [FROM] [n1] [TO] [n2] [SELECT|NAME='hist_name'] [EXACT[=ON|OFF]] [ALL|FULL|BRIEF[=ON|OFF]] [CONTENTS[=ON|OFF]] [OPTIONS[=ON|OFF]] [STATISTICS[=ON|OFF]] [AREA|DIRECTORY="dir/subdir..."] [SEARCH[=ON|OFF]] [TReE[=ON|OFF]] [ENTRIES[=ON|OFF]] [HISTOGRAM[=ON|OFF]] [ARRAY[=ON|OFF]] [MESH[=ON|OFF]] [NTUPLES[=ON|OFF]] [NLMIT[=n]] [NMASK[=n]] [POINTS|COLUMNS=[FROM] n1 [TO] [n2]] [LINES|ROWS=[FROM] n1 [TO] [n2]]

    Additional Information on:

  • options
  • AREA|DIRECTORY
  • ALL|FULL
  • BRIEF
  • CONTENTS
  • CURRENT
  • ENTRIES
  • EXACT
  • FROM|TO
  • IDENT
  • HISTOGRAM
  • NTUPL
  • NLIMITS
  • NMASKS
  • MESH
  • SELECT
  • SEARCH
  • STATISTICS
  • TREE
  • Example
  • KEYS

    TD:SHOW KEYS [key1,key2....] Shows you the current key definitions for the selected keys. If ALL or no keys are specified then all keys will be shown. See:Command SET KEY.

    To show KP0-KP9 keys you may specify just KP. Likewise you may specify PF for PF1-PF4 or F for F1-F20.

    key names are: PF1-PF4, KP0-KP9, MINUS, COMMA, PERIOD, ENTER, F1-F20, INSERT, DO, PREV_SCREEN, NEXT_SCREEN.

    LEXICALS

    SHOW LEXICALS [V_lex1] [V_lex2]... Shows you the values of the specified lexicals.

    TIME

    This shows the current CPU and clock time for your process. There is no SET command corresponding to SHOW TIME.

    example

    TD:SHOW BOX CIRCLE DIAMOND shows the default sizes for drawing boxes etc.

    TD:SHOW COLOR INTENSITY TEXTURE shows all the default attributes for lines.

    TD:SHOW STORAGE shows the current storage allocation.