Answers for "do not show figure matplotlib"

-1

matplotlib show plot

import matplotlib.pyplot as plt

plt.plot(x, y)
plt.plot(z, t)
plt.show()
Posted by: Guest on October-28-2020
0

do not show figure matplotlib

plt.close(fig)
Posted by: Guest on January-11-2022

Python Answers by Framework

Browse Popular Code Answers by Language