LinkedBrush的mpld3(d3上的matplotlib)示例http://mpld3.github.io/examples/linked_brush.html提供以下代码示例:importnumpyasnpimportmatplotlibimportmatplotlib.pyplotaspltfromsklearn.datasetsimportload_irisimportmpld3frommpld3importplugins,utilsdata=load_iris()X=data.datay=data.target#ditherthedataforclearerplotti