Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Flipper 6.0 Help File - <b>plot()</b> t_exam15 http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
PLOT()                                                             T_EXAM15
   Plots lines, points, bars, and stacked bars to X,Y axes.

   Syntax
         PLOT([nAxis])

   Arguments
         OPTIONAL PARAMETERS
         nAxis       Sets the axis plotting method.
        +------------------------------------------------------------+
        |                      AXIS PLOT METHOD                      |
        -------------------------------------------------------------|
        |0      |Scale and display a new axis to the screen [default]|
        |1      |Display the data on the last axis displayed         |
        |2      |Draw axes only based on buffer values, do not plot  |
        +------------------------------------------------------------+

   Returns
      nFrameLeft   = ABS_XMIN()
      nFrameBottom = ABS_YMIN()
      nFrameRight  = ABS_XMAX()
      nFrameTop    = ABS_YMAX()

   Description
         PLOT() plots lines, points, bars, and stacked bars to X,Y axis
         according to preset customized conditions.

See Also: SET_3D()

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson