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

ios - Is 'init' forbidden as *part* of a variable name? -

file - Python: AttributeError: 'str' object has no attribute 'readlines' -

c# - Get the Class name in a class with atribute inside a attribute method -