美丽的心形函数

简介: 1,使用docker刚刚使用docker 安装了,TensorFlow 的环境: http://blog.csdn.net/freewebsys/article/details/70237003 发现上面的带了好多的画图的函数。于是研究起心型函数。2,公式使用np画图:from matplotlib import pyplot as pltimpo

1,使用docker


刚刚使用docker 安装了,TensorFlow 的环境:
http://blog.csdn.net/freewebsys/article/details/70237003
发现上面的带了好多的画图的函数。于是研究起心型函数。

2,公式


使用np画图:

from matplotlib import pyplot as plt
import numpy as np

size = 2
x = np.linspace(-size, size, 400)
#print(x)

#参考函数 http://www.guokr.com/post/498800/
plt.plot(x, np.sqrt(1-(np.abs(x)-1)*(np.abs(x)-1)))
plt.plot(x, np.arccos(1-np.abs(x))-np.pi)

plt.show()

效果:

3,数学公式


https://docs.scipy.org/doc/numpy/reference/routines.math.html

常用的 sin cos tan sqrt abs 等等都有。
可绘制漂亮的图像。而且环境搭建也非常方便。

目录
相关文章
|
5月前
浪漫3D圣诞树特效【附源码】Merry Christmas to My Girl !
浪漫3D圣诞树特效【附源码】Merry Christmas to My Girl !
33 1
|
6月前
|
C语言
|
6月前
流星雨代码
流星雨代码
画烟花
进行相关代码编写,完成画烟花这个项目。
292 2
|
Python
【兔年烟花】旖旎风景——浪漫烟花(Python实现)
【兔年烟花】旖旎风景——浪漫烟花(Python实现)
142 0
|
Python
送给小公主的一首诗——闪光屏幕书写(Python实现)
送给小公主的一首诗——闪光屏幕书写(Python实现)
|
Python
你值得拥有——流星雨下的告白(Python实现)
你值得拥有——流星雨下的告白(Python实现)
121 0
代码流星雨
代码流星雨
105 0
代码流星雨
|
程序员
为什么程序员用笛卡尔心形曲线告白的人,都还是单身?
为什么程序员用笛卡尔心形曲线告白的人,都还是单身?
241 0
为什么程序员用笛卡尔心形曲线告白的人,都还是单身?