Skip to content

Commit 82f1916

Browse files
authored
height param added to user_guide (pandas-dev#42529)
Co-authored-by: JHM Darbyshire (iMac) <[email protected]>
1 parent f8855eb commit 82f1916

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
@@ -1201,7 +1201,7 @@
12011201
"metadata": {},
12021202
"outputs": [],
12031203
"source": [
1204-
"df2.style.bar(align=0, vmin=-2.5, vmax=2.5, color=['#d65f5f', '#5fba7d'],\n",
1204+
"df2.style.bar(align=0, vmin=-2.5, vmax=2.5, color=['#d65f5f', '#5fba7d'], height=50,\n",
12051205
" width=60, props=\"width: 120px; border-right: 1px solid black;\").format('{:.3f}', na_rep=\"\")"
12061206
]
12071207
},

0 commit comments

Comments
 (0)