标签: python matplotlib mpld3
我知道在mpld3中,tick格式不支持twinx / twiny。是否有人想出办法来创建辅助x轴,从而在缩放时引入带有正确标签的新刻度,类似于twinx_ax.xaxis.set_major_formatter(ticker.FuncFormatter(tick_formatter_func))在matplotlib中的效果?
twinx_ax.xaxis.set_major_formatter(ticker.FuncFormatter(tick_formatter_func))