def show_mpl2bokeh(**kwargs):
"""
"""
if not _use_bkh:
raise ImportError("failed to import bokeh: try 'sudo pip install bokeh' or choose another plotting backend")
bkh.output_file('_bkh.html', title='')
show_bokeh(ax=bkhmpl.to_bokeh())
评论列表
文章目录