DTRHELP.HLB  —  Commands Statements Clauses, PLOT Statement, Examples
       The following example produces a simple bar chart showing the
       salary for each employee in PERSONNEL:

       DTR> FIND PERSONNEL SORTED BY DEPT
       DTR> PLOT BAR ALL LAST_NAME, SALARY
       DTR>

       The following example plots a marsupial:

       DTR> PLOT WOMBAT
       DTR>
Close Help