admin管理员组文章数量:1123600
I use matplotlib to render multiple plots so users may point marks on those later (exactly: maps). Maps rendering is a legacy solution that cannot be changed.
After users marked it I receive a simple table with training data that looks like: image_no | click x-axis (float) | click y-axis (float)
I want to get values behind user clicks on my maps that will answer me 'what map coordinates they have clicked?'
Example: User marked one point x=0.34, y=0.92 on image 'img_100203123' I load up raw data to re-create img_100203123, transform it as ready to render final-plot and ask matplotlib 'hey, what is the spacial coordinates behind x=0.34, y=0.92?'
Could you direct me to specific function of matplotlib or any library that deals with this issue?
本文标签: matplotlibGetting data values from user selected points on plotStack Overflow
版权声明:本文标题:matplotlib - Getting data values from user selected points on plot - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1736579630a1944932.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论