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.
ボケに関するほとんどのドキュメントと多くの例を読みました。それらのすべてには、デフォルトの正方形のウィンドウが含まれています。私が見た唯一の例は、サブプロットがあり、Plot オブジェクトの作成時に高さと幅を設定するものです。
plot_width/plot_height コマンドを Figure コマンド自体に追加できます。ツール キーワード var の resize を使用して、サイズ変更ツールを一連のツールに追加することもできます。これは便利です。
bokeh.plotting.figure(x_axis_type = "datetime", tools="pan,wheel_zoom,box_zoom,reset,resize,previewsave",plot_width=1000, name="myplot")