'plt.contourf' with given number of levels in logscale

前端 未结 0 1329
[愿得一人]
[愿得一人] 2021-01-21 15:58

With these lines, currently I\'m having this kind of figure.

fig, ax = plt.subplots()
X, Y = np.meshgrid(x, y)
cs = ax.contourf(X, Y, Z, 50, cmap=cm.get_cmap(\'je         


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