2017-09-24 5 views
0

표시되지 않습니다 다음과 같다 :보케 막대 차트가 나는 보케 막대 차트 내 데이터 소스 (df_fac)를 구축하기 위해 노력하고있어 제대로

enter image description here

내 코드 지금까지 :

# source 
source2 = ColumnDataSource(df_fac) 


# Bar chart 
bar = figure(plot_width=600, plot_height=600, 
      x_axis_label='Faculty', 
      y_axis_label='Number of invoice processed & paid', 
      tools=['save', 'reset']) 

bar.vbar(x='FACULTY', bottom=0, top='PAPER', width=50, color='STEELBLUE', source=source2) 

reset_output() 
show(bar) 

그러나 내 출력은 같은 것입니다 :

enter image description here

내 보케 버전은 0.12.7입니다. 나는 크롬과 IE 모두에서 그리고 행운없이 출력물을 보려고했다. 미리 감사드립니다. 당신이 당신의 그림 (x_range (카테고리 목록이를 참조 할 필요가 당신의 음모를 꾸미고 카테고리의 경우

답변