How to specify n-th ticker for bokeh plot from python side, where n is the number of tickers
- 阅读更多 关于 How to specify n-th ticker for bokeh plot from python side, where n is the number of tickers
The other day, I asked about how to control tickers: How to show only evey nth categorical tickers in Bokeh Now I need to supply n from outside of Coffeescript, where n is the every n-th ticker. Based on the code snippet provided by bigreddot and by referring to the code examples shown below links: https://bokeh.pydata.org/en/latest/docs/user_guide/extensions_gallery/widget.html#userguide-extensions-examples-widget How do I use custom labels for ticks in Bokeh? I came up with the following very minimal code although I don't have knowledge about Coffescript. In fact, however, it does not work.