Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8260811
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 8, 20262026-06-08T03:11:04+00:00 2026-06-08T03:11:04+00:00

I wish create a custom hover action in matplotlib using the onmove function below.

  • 0

I wish create a custom hover action in matplotlib using the onmove function below.
What is the best way of converting existing datapoint values in x and event.x to another coordinate system such as points so that I can detect when event.x is within p points of any data point? I am aware of the picker event, but do not want to use this, as it is based on a click, not a hover.

fig = figure()
ax1 = subplot(111)
x = linspace(0,10,11)
y = x**2
ax1.plot(x,y)
fig.canvas.mpl_connect('motion_notify_event', onmove)
p = 5

def onmove(event):
    if event.inaxes:
    #Detect if mouse was moved within p points of any value in x
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-08T03:11:05+00:00Added an answer on June 8, 2026 at 3:11 am

    I answered a related question the other day.

    Your “points” (or device) coordinate conversion depends on the original coordinate system of x and y. If (x, y) is data values on an axes, ax, then you can convert them with ax.transData.transform_point([x, y]). If (x, y) are in axes coordinates (0-1) then ax.transAxes is what you are after.

    The events that onmove receive will have attributes of x and y which will be the (x, y) in device (pixel) coordinates

    The relevant documentation for this information can be found: http://matplotlib.sourceforge.net/users/transforms_tutorial.html
    and
    http://matplotlib.sourceforge.net/users/event_handling.html

    Additionally artists (lines, patches etc.) have a contains method which might be of interest to you: http://matplotlib.sourceforge.net/api/artist_api.html#matplotlib.artist.Artist.contains.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I wish to create a custom search webpart using visual studio 2010 using c#.
I wish to create a zip archive of my target directory (${project.build.directory). using the
I wish to know is there any way that I can create the threads
I am using Java to create a graphical game and every time I wish
When using DataContext.CreateDatabase() to create a database, I wish to stop Linq To Sql
I wish to create a custom layout out for my sample application. Previously i
Is it possible to create custom variable viewers in Eclipse? Suppose I wish to
I wish to allow admins to create posts with custom fields, but still wish
I wish to create custom control with Items property. Is it safe to return
I wish to create a custom EventHandler that can have any number of objects

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.