首页
科技
登录
6mi
u
盘
搜
搜 索
科技
数据可视化之matplotlib实战:plt.legend()函数 标示不同图形的文本标签图例
数据可视化之matplotlib实战:plt.legend()函数 标示不同图形的文本标签图例
科技
2022-07-10
210
import
matplotlib
.
pyplot
as
plt
import
numpy
as
np x
=
np
.
linspace
(
0.05
,
10
,
1000
)
y
=
np
.
sin
(
x
)
plt
.
plot
(
x
,
y
,
ls
=
"-."
,
lw
=
2
,
c
=
"c"
,
label
=
"plot figure"
)
plt
.
legend
(
)
plt
.
show
(
)
转载请注明原文地址:https://blackberry.8miu.com/read-249.html
最新回复
(
0
)