How can I set x_ticks for a heatmap in Seaborn?

后端 未结 0 1497
一整个雨季
一整个雨季 2021-01-30 23:15

I want to change the x_ticks from [0.01, 0.02, ......1.01] to [0.1,0.2,...,1.0].

   import matplotlib.pyplot as plt
   import numpy as np 
   import pandas as pd         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题