七夕生成动态爱心图gif

Posted wx62cea850b9e28

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了七夕生成动态爱心图gif相关的知识,希望对你有一定的参考价值。


python就是这么神奇,除了生孩子,其他啥都能做,祝各位单身狗早日脱单,七夕快乐(csdn可能单身狗多点吧hhh)

from matplotlib import pyplot as plt
import matplotlib.animation as animation
import numpy as np

t = np.linspace(0, 6, 100)
x = 16 * np.sin(t) ** 3
y = 13 * np.cos(t) - 5 * np.cos(2 * t) - 2 * np.cos(3 * t) - np.cos(4 * t)
data = [i for i in zip(x, y)]

def plot_love(data):
x, y = data
plt.scatter(x, y, 60, c="r", alpha=0.7, marker=r"$\\heartsuit$")

fig = plt.figure(figsize=(5, 3), dpi=100)
plt.axis("off")
animator = animation.FuncAnimation(fig, plot_love, frames=data, interval=80)
animator.save("love.gif", writer=pillow)

生成的动态爱心图:

七夕生成动态爱心图gif_python


以上是关于七夕生成动态爱心图gif的主要内容,如果未能解决你的问题,请参考以下文章

前端直接生成GIF动态图实践

gif动图手机怎么制作?

GIF图像格式简介(87a和89a)(C语言生成GIF图像)

录制的短视频怎么转为GIF动态图

Gif动态图UIImage

怎么制作动图gif