Skip to content

Commit ca0e977

Browse files
committed
remove colorbar_kwargs label, we will use the default handling, which will be adapted in near future
1 parent ff48bbd commit ca0e977

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

doc/examples/wfs-referencing.ipynb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,7 @@
5757
" fig, [ax_amp, ax_lvl] = plt.subplots(2, 1, sharex=True)\n",
5858
" fig.set_figheight(fig.get_figwidth() * 3/2)\n",
5959
" sfs.plot2d.amplitude(p, grid, vmax=2, vmin=-2, ax=ax_amp)\n",
60-
" sfs.plot2d.level(p, grid, vmax=6, vmin=-6, ax=ax_lvl,\n",
61-
" colorbar_kwargs={'label': 'dB'})\n",
60+
" sfs.plot2d.level(p, grid, vmax=6, vmin=-6, ax=ax_lvl)\n",
6261
" sfs.plot2d.level_contour(p, grid, levels=[0], colors='w', ax=ax_lvl)\n",
6362
" for ax in ax_amp, ax_lvl:\n",
6463
" sfs.plot2d.loudspeakers(array.x, array.n, selection, size=0.125, ax=ax)\n",

0 commit comments

Comments
 (0)