P=tutu

Posted marigolci

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了P=tutu相关的知识,希望对你有一定的参考价值。

import numpy as np
import matplotlib.pyplot as plt
%matplotlib inline

fig = plt.figure(figsize=(3, 3))
ax = fig.add_subplot(1, 1, 1)

x = np.linspace(0, 5, 100)
y = x

a1x=[1,2,3,4]
a1y=[1.1,2.2,3.1,4.1]

ax.plot(x, y, r-)
ax.scatter(a1x,a1y,s=25,alpha=.5)

fig.savefig(static_map.png)

 

以上是关于P=tutu的主要内容,如果未能解决你的问题,请参考以下文章

tutu的系统

关于代码片段的时间复杂度

c#代码片段快速构建代码

Microsoft SQL Server 代码片段收集

js常用代码片段(更新中)

方便调试使用的代码片段