0

If I plot two graphs using matplotlib using the function plt.show() two times
They get displayed vertically one after the other. I am also using the sns.heatmap(mat, square=True, annot=True, fmt='d', cbar=False, xticklabels=names, yticklabels=names)
seaborn heatmaps and then plotting using plt.show(). How can I make the graphs
appear horzontally?

Trenton McKinney
  • 43,885
  • 25
  • 111
  • 113
Juan
  • 103
  • 5

0 Answers0