Skip to content

Commit

Permalink
Update bodeplot_example_approximations_pzmaps3D.ipynb
Browse files Browse the repository at this point in the history
  • Loading branch information
fs446 committed Jun 11, 2024
1 parent 978feca commit 61243b0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
"ax = fig.add_subplot(projection='3d')\n",
"Ncol = 72//6\n",
"col_tick = np.linspace(-36, 36, 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 61243b0

Please sign in to comment.