我有一個數據幀作爲 df = pd.DataFrame(data = {'Country':'Spain','Japan','Brazil'],'Number':[10,20,30]})
我想繪製帶標籤的條形圖(即「編號」的值)註釋在頂部爲每個條,並相應地進行。 from bokeh.charts import Bar, output_file,output_notebook, show
在這裏,我採取了一些gapminder.org data,並通過多年來創建一系列圖表(其中我converted to an animated gif in imageio)通過修改Making Interactive Visualizations with Bokeh筆記本。 的問題是,當中東國家上浮到20世紀70年代前,y軸刻度線(和圖例)被幹擾。我讓儘可能多的事情儘量了一年循環,當我建的地塊,