流图的颜色范围
我需要创建一个带有颜色条的流图,指示给定线的速度。问题是,我的速度数据中有 2 个点的值过高,完全重新调整了颜色条的比例,而且我无法真正删除它们。
我已经搜索了在不修改数据的情况下阻止它的方法(例如 cmin、Vmin、Vmax...),但似乎 Streamplot 没有这方面的功能...
所以有没有办法添加限制到流图中的 cmap ?
I need to create a streamplot with a colorbar indicating the speed of a given line. The thing is, there's 2 points in my speed data with excessive value, totally rescaling the scale of the colorbar, and I can't really erase them.
I've searched way to prevent it without modifying the data (like with cmin, Vmin, Vmax...), but it seems streamplot doesn't have function for this...
So is there a way to add limits to the cmap in a streamplot ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我认为这应该有帮助。
I think this should help.