XTICK is the jGraph module of jLab.

 XTICK  Sets locations of x-axis tick marks.
 
    XTICK(DX) or XTICK DX where DX is a number uses DX as the interval
    between successive x-tick marks, with the endpoints being the axes 
    limits, and applies this to the current axis.
 
    XTICK(X) where X is an array sets the 'xtick' property of the current
    axis to X.
 
    XTICK with no input arguments attempts to make an educated guess for
    setting 'nice' tickmark locations, usually with good results.
 
    XTICK(H) or XTICK(H,X) or XTICK(H,DX) applies the change to axes H. 
  
    See also YTICK, 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