xticks
text
Enter search terms or a module, class or function name.
Set the y-limits of the current tick locations and labels.
Example:
# set the locations of the yticks yticks( arange(6) ) # set the locations and labels of the yticks yticks( arange(5), ['Tom', 'Dick', 'Harry', 'Sally', 'Sue'])