2017-09-20 8 views

答えて

0
plot = figure(plot_width=800, plot_height=450, tools=[hover, TOOLS], 
     title='Order/Execution Snapshot with Price Levels', 
     x_axis_label='Date', y_axis_label='Price',x_axis_type="datetime") 

datetimeとしてのX軸タイプは、この問題の解決に役立ちました。

関連する問題