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>set_ylog()</b> t_exam12 http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
SET_YLOG()                                                         T_EXAM12
   Changes the Y axis to a log scale.

   Syntax
         nOfOrOff = SET_YLOG([nOnOrOff] [,nSide])

   Arguments
         OPTIONAL PARAMETERS
         nOnOrOff    Sets the Y axis to linear or log scaling.
                          0 - Linear scaling, 1 - Log scaling
         nSide       Left or right Y axis 1-left, 2-right

   Returns
         nOnOrOff    Returns whether the Y axis is in log or linear scaling
                     mode.

   Description
         SET_YLOG() changes the Y axis to a log scale. The default setting is
         OFF (0). The source code for the axis printing of log scales is in
         GRAPHICS.PRG. This is where you could modify how the scale is
         displayed.

See Also: SET_XLOG()

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