Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想将热图的底部标签设为垂直。默认是水平的。下面给出一个例子;
有没有办法做到这一点?
谢谢!
它可以用
plt.xticks(width, heightList, rotation='vertical')