“SS.SAVEFIG” Respostas de código

Salvar um mapa de calor marítimo

swarm_plot = sns.swarmplot(...)
fig = swarm_plot.get_figure()
fig.savefig(...) 
Condemned Cat

SS.SAVEFIG

sns_plot = sns.jointplot(x='tip', y='total_bill',data=df,kind='hex')
sns_plot.savefig('output.png')
Light Lark

Procure respostas de código populares por idioma

Procurar outros idiomas de código