如何用pylab画一颗心
如何用pylab画一颗心?我用谷歌搜索了绘制图片的方法,但我想知道如何用 pylab 绘制它。有人可以帮忙吗?图片应该类似于这个:
How to draw a heart with pylab? I searched with google for ways to draw the picture but i want know how to draw it with pylab. Can someone help? The picture should look like this:
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
使用其他解决方案中的链接公式:
Using the linked formula in the other solution:
你可以看到这里,你如何绘制一个3D 壁炉。
本文作者整理了隐式函数绘图可以在这里找到和炉子的隐式函数,并得到以下代码:
我已将第一行中的python更改为python3。如果您使用Python 2,则需要将其设置回来。
You can see here, how can you plot a 3D hearth.
The author of the article have put together the implicit function plotting can be found here and the implicit function of the hearth, and got the code below:
I have changed the python to python3 in the first row. If you use Python 2 you need to set it back.
提示:看一下 Sage 的示例:3D 爱心:
Hint: Take a look at example from Sage: 3D Love Heart: