Skip to content

Commit

Permalink
Update ztransferfunction_pzmaps3D.ipynb
Browse files Browse the repository at this point in the history
  • Loading branch information
fs446 committed Jun 11, 2024
1 parent 9f9df0d commit 58ee313
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion z_system_analysis/ztransferfunction_pzmaps3D.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@
"ax = fig.add_subplot(projection='3d')\n",
"Ncol = (36+42)//6\n",
"col_tick = np.linspace(-36, 42, Ncol, endpoint=False)\n",
"cmap = mpl.cm.get_cmap('Spectral_r')\n",
"cmap = mpl.colormaps['Spectral_r']\n",
"norm = mpl.colors.BoundaryNorm(col_tick, cmap.N)\n",
"surf = ax.plot_surface(magnitude_z*np.cos(phase_z),\n",
" magnitude_z*np.sin(phase_z),\n",
Expand Down

0 comments on commit 58ee313

Please sign in to comment.