orlandpm / Math-for-Programmers

Source code for the book, Math for Programmers
818 stars 388 forks source link

scalar_field_heatmap(ch11walkthrough) #4

Open KouichiMatsuda opened 3 years ago

KouichiMatsuda commented 3 years ago

It gets a warning.

c = ax.pcolormesh(X, Y, z, cmap='plasma') should be c = ax.pcolormesh(X, Y, z, cmap='plasma', shading='auto')

Thanks,