Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
scatterBokeh の機能を使用しているときにログ スケールを取得するにはどうすればよいですか。次のようなものを探しています。
scatter
scatter(x, y, source=my_source, ylog=True)
また
scatter(x, y, source=my_source, yscale='log')