使用拐角绘制平滑轮廓 [英] Using corner to plot smooth contours

查看:55
本文介绍了使用拐角绘制平滑轮廓的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我使用转角包绘制轮廓.但是输出图形并不平滑,并且具有基本的形状和阶梯形式:

这是代码

 导入角图= corner.corner(样本,标签= ["$ m $","$ b $","$ \ ln \,f $"])图show() 

有什么方法可以使用此程序包并绘制平滑图形?类似于这一个这一个>

感谢您的帮助和关注

解决方案

您可以使用 smooth 关键字(请参见

Is there any way to use this package and plot smooth graphs? Similar to this one or this one

I appreciate your help and your attention

解决方案

You can use the smooth keyword (see documentation for more details) in corner.corner() to smoothen the posterior contours. Implementing it is as simple as setting smooth=True.

这篇关于使用拐角绘制平滑轮廓的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆