is it possible to select a particular region in a scatterplot

强颜欢笑 提交于 2019-11-29 18:49:27

Depends on how you want to select an area.

most generally you could go if you mark the area with ginput and locate the points using inpolygon (look at doc inpolygon - has a very nice example)

If you just want to select an rectangle it's probably best if you write your own function - but that is trivial.

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!