SyntaxFix
Write A Post
Hire A Developer
Questions
In plt.colorbar(z1_plot,cax=ax1), use ax= instead of cax=, i.e. plt.colorbar(z1_plot,ax=ax1)
plt.colorbar(z1_plot,cax=ax1)
ax=
cax=
plt.colorbar(z1_plot,ax=ax1)