Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Apr 1, 2024
1 parent 44d5d30 commit ec25605
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions docs/lecture17.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -128,9 +128,11 @@
" cmin=-vmax,\n",
" cmax=+vmax,\n",
" showscale=colorize,\n",
" colorscale=\"RdBu_r\"\n",
" if colorize\n",
" else [[0, \"rgb(0, 0, 0)\"], [1, DEFAULT_PLOTLY_COLORS[i - 1]]],\n",
" colorscale=(\n",
" \"RdBu_r\"\n",
" if colorize\n",
" else [[0, \"rgb(0, 0, 0)\"], [1, DEFAULT_PLOTLY_COLORS[i - 1]]]\n",
" ),\n",
" surfacecolor=t.real if colorize else np.ones(shape=t.shape),\n",
" )\n",
" S_im = [\n",
Expand Down

0 comments on commit ec25605

Please sign in to comment.