方法:采用seaborn中的heatmap
import seaborn
import numpy as np
import pandas as pd
import matplotlib.pyplot as plt
new_show=pd.DataFrame(new_show) fig=plt.figure seaborn.heatmap(new_show) plt.show()
效果展示:(截取了图中一部分)
方法:采用seaborn中的heatmap
import seaborn
import numpy as np
import pandas as pd
import matplotlib.pyplot as plt
new_show=pd.DataFrame(new_show) fig=plt.figure seaborn.heatmap(new_show) plt.show()
效果展示:(截取了图中一部分)