1

I have the following data frame:

enter image description here

For which I'm plotting a varchar using Seaborn:

ax = sns.barplot(x='Numero de respuestas', y='Carrera' , 

data=carrera_sum)
fig = ax.set_xlabel('Numero de respuestas')

enter image description here

On the notebook, it looks fine but when I try to save it:

fig = ax.get_figure()
fig.savefig(join(figuras,'carreras_comunes_latam.png'))

I get an incomplete image:

enter image description here

Luis Ramon Ramirez Rodriguez
  • 9,591
  • 27
  • 102
  • 181

0 Answers0