There was the same question two years ago. It seemed that evey nth categorical tickers was not supported at that time.
https://stackoverflow.com/questions/34949298/python-bokeh-show-only-every-second-categorical-ticker
My bokeh version is 0.12.13. I wonder it is supported now.
Simply setting p.xaxis.ticker = ['A', 'B, 'C'] does not work(error is thrown)
In my dashbaord, the initial plot size is one quarter of browser view port and the x axis is crowded with many ticker and labels. So I want to show only 10 tickers and later show all of them when the plot is enlarged.