7

I have heatmap in seaborn and i wanted tick marks to be on the top of it

graph = sns.heatmap(data=df, annot=True , cbar_kws={"orientation": "horizontal"})

I saw answer how to do it on matplotlib (Moving x-axis to the top of a plot in matplotlib) but have no idea how to implement this on seaborn graph

kurbielp
  • 73
  • 1
  • 6

0 Answers0