Skip to content

Commit a3d5f94

Browse files
attack68feefladder
authored andcommitted
height param added to user_guide (pandas-dev#42529)
Co-authored-by: JHM Darbyshire (iMac) <attack68@users.noreply.github.com>
1 parent 37de105 commit a3d5f94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/user_guide/style.ipynb

Lines changed: 1 addition & 1 deletion
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)