python - Hovering in matplotlib -


i using matplotlib graphs in html report. have graph (subplot grid 3*2) this:

image

x-axis contain dates , y-axis measurement metric. now, want functionality whenever hovers on point corresponding date node should display box should customizable. , want add zoom in zoom out function. have read how catch embedding figures html using base64 encoding , that, functionality gets lost in matplotlib figure window.

how can embed graph?

please help.

thanks


Comments

Popular posts from this blog

sequelize.js - Sequelize group by with association includes id -

android - Robolectric "INTERNET permission is required" -

java - Android raising EPERM (Operation not permitted) when attempting to send UDP packet after network connection -