“Savefig Matplotlib Python” Respostas de código

PLT.SAVEFIG DF.PLOT

plot = dtf.plot()
fig = plot.get_figure()
fig.savefig("output.png")
Successful Salamander

Savefig Matplotlib Python

import matplotlib.pyplot as plt
plt.figure()
plt.plot([1,2,3],[1,2,3])
plt.savefig("out.png")
Tremendous Enceladus

Respostas semelhantes a “Savefig Matplotlib Python”

Perguntas semelhantes a “Savefig Matplotlib Python”

Mais respostas relacionadas para “Savefig Matplotlib Python” em Python

Procure respostas de código populares por idioma

Procurar outros idiomas de código