Skip to content

Is there a way to read the y-axis value when the mouse is hovered over finplot? #331

Answered by highfestiva
big100 asked this question in Q&A
Discussion options

You must be logged in to vote

Sure.

def on_hover(x, y):
    print('hovering', x, y)

fplt.set_time_inspector(on_hover, ax=ax, when='hover')

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@big100
Comment options

@highfestiva
Comment options

@big100
Comment options

@highfestiva
Comment options

Answer selected by big100
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants