Skip to content

Commit 3976bba

Browse files
authored
DOC: bug in user guide after new method (#43976)
1 parent 22de58e commit 3976bba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/user_guide/style.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1288,7 +1288,7 @@
12881288
"outputs": [],
12891289
"source": [
12901290
"df2.style.format('{:.3f}', na_rep=\"\")\\\n",
1291-
" .bar(align=0, vmin=-2.5, vmax=2.5, color=mpl.cm.get_cmap(\"bwr\"), height=50,\n",
1291+
" .bar(align=0, vmin=-2.5, vmax=2.5, cmap=\"bwr\", height=50,\n",
12921292
" width=60, props=\"width: 120px; border-right: 1px solid black;\")\\\n",
12931293
" .text_gradient(cmap=\"bwr\", vmin=-2.5, vmax=2.5)"
12941294
]

0 commit comments

Comments
 (0)