Skip to content

Commit

Permalink
Update fundamental_signals_laplace_plane_31AEFEF90B.ipynb
Browse files Browse the repository at this point in the history
  • Loading branch information
fs446 committed Jun 11, 2024
1 parent 61243b0 commit f56fe38
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"\n",
" Ncol = 20\n",
" col_tick = np.linspace(-30, 30, Ncol, endpoint=False)\n",
" cmap = mpl.cm.get_cmap('cividis')\n",
" cmap = mpl.colormaps['cividis']\n",
" norm = mpl.colors.BoundaryNorm(col_tick, cmap.N)\n",
" surf = ax.plot_surface(sigma, omega, xa,\n",
" cmap=cmap,\n",
Expand Down

0 comments on commit f56fe38

Please sign in to comment.