YTICK is the jGraph module of jLab.

 YTICK  Sets locations of y-axis tick marks.
 
    YTICK(DY) or YTICK DY where DY is a number uses DY as the interval
    between successive y-tick marks, with the endpoints being the axes 
    limits, and applies this to the current axis.
 
    YTICK(Y) where Y is an array sets the 'ytick' property of the current
    axis to Y.
 
    YTICK with no input arguments attempts to make an educated guess for
    setting 'nice' tickmark locations, usually with good results.
 
    YTICK(H) or YTICK(H,Y) or YTICK(H,DY) applies the change to axes H.
  
    See also XTICK, ZTICK.
    __________________________________________________________________
    This is part of JLAB --- type 'help jlab' for more information
    (C) 2002--2017 J.M. Lilly --- type 'help jlab_license' for details

contents | allhelp | index