diff --git a/doc/source/user_guide/style.ipynb b/doc/source/user_guide/style.ipynb index 24965a38a4ce1..f77d134d75988 100644 --- a/doc/source/user_guide/style.ipynb +++ b/doc/source/user_guide/style.ipynb @@ -1201,7 +1201,7 @@ "metadata": {}, "outputs": [], "source": [ - "df2.style.bar(align=0, vmin=-2.5, vmax=2.5, color=['#d65f5f', '#5fba7d'],\n", + "df2.style.bar(align=0, vmin=-2.5, vmax=2.5, color=['#d65f5f', '#5fba7d'], height=50,\n", " width=60, props=\"width: 120px; border-right: 1px solid black;\").format('{:.3f}', na_rep=\"\")" ] },