gpt4 book ai didi

python - Matplotlib : plot multiple graphs on the same plot when different functions in the same class call the plot routine?

转载 作者:太空宇宙 更新时间:2023-11-03 19:09:42 26 4
gpt4 key购买 nike

所以,假设我在 Pendulum 类中有一个调用plot的函数plot(self)。然后我在同一个 Pendulum 类中还有另一个函数plot2(self),它也调用了plot。我如何设置 pyplot 以便两个函数都可以在同一个图上调用绘图?

最佳答案

在每个绘图函数中: 图(x)

在调用绘图之前,这会使绘图落在同一个图形句柄上。

figure(1)
plot1(self)

figure(1)
plot2(self)

编辑:这在我们的函数外部起作用。

关于python - Matplotlib : plot multiple graphs on the same plot when different functions in the same class call the plot routine?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13407144/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com