How to get constant facecolor for matplotlib.pyplot.pcolormesh?

前端 未结 0 1434
说谎
说谎 2020-12-24 04:25

I have an array with np.nans inside it to effectively mask out portions of a plot. The array that I want to plot is

a = np.array([
    [1, np.nan         


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