matplotlib imshow(aspect='auto') produces rows of non-uniform height

后端 未结 0 955
孤独总比滥情好
孤独总比滥情好 2021-01-17 03:00

The basic imshow plot

import numpy as np
import matplotlib.pyplot as plt

aaa = np.arange(800).reshape((80, 10)) % 6

fig, ax = plt.subplots(figsize=(3, 10))
         


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