How is the dataindex from the datacursormode calculated?

조회 수: 1 (최근 30일)
Sion Jung
Sion Jung 2021년 3월 22일
편집: Matt J 2021년 3월 22일
I'm trying to convert a MATLAB code for a GUI into python pyqt5 GUI. It seems like python doesn't really have a datacursormode like that in MATALB.
What I would do in MATLAB is
  1. activate the datacursor mode
  2. pick a point from the plot
  3. obtain the dataindex
  4. update the plot based on that data index
I think I would have to figure out how the dataindex from datacursormode in MATLAB is calculated and make another code for that in python. Is there a documentation that explains how the dataindex is calculated or some other source that I could get some help?

답변 (1개)

Matt J
Matt J 2021년 3월 22일
편집: Matt J 2021년 3월 22일
In a 2D plot, the dataindex i is almost certainly the one such that XData(i),YData(i) is closest to where you clicked.

카테고리

Help CenterFile Exchange에서 Call Python from MATLAB에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by