使用Bokeh scatter函数时如何获取对数刻度.我正在寻找以下内容:
scatter
scatter(x, y, source=my_source, ylog=True)
要么
scatter(x, y, source=my_source, yscale='log')
python bokeh
bokeh ×1
python ×1