Skip to content

Commit 6344f75

Browse files
authored
Fixed overlapping labels in violin example (#4939)
1 parent a8fe5a8 commit 6344f75

1 file changed

Lines changed: 2 additions & 15 deletions

File tree

examples/gallery/demos/bokeh/life_expectancy_split_violin.ipynb

Lines changed: 2 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -57,27 +57,14 @@
5757
"metadata": {},
5858
"outputs": [],
5959
"source": [
60-
"violin.opts(split='Region', responsive=True, min_height=500, show_legend=True, violin_width=1.5, legend_position='bottom_right', title='Life Expectancy by Year for Asian subregions', fontscale=1.5)"
60+
"violin.opts(split='Region', xrotation=90, responsive=True, min_height=500, show_legend=True, violin_width=1.5, legend_position='bottom_right', title='Life Expectancy by Year for Asian subregions', fontscale=1.5)"
6161
]
6262
}
6363
],
6464
"metadata": {
65-
"kernelspec": {
66-
"display_name": "Python 3",
67-
"language": "python",
68-
"name": "python3"
69-
},
7065
"language_info": {
71-
"codemirror_mode": {
72-
"name": "ipython",
73-
"version": 3
74-
},
75-
"file_extension": ".py",
76-
"mimetype": "text/x-python",
7766
"name": "python",
78-
"nbconvert_exporter": "python",
79-
"pygments_lexer": "ipython3",
80-
"version": "3.7.5"
67+
"pygments_lexer": "ipython3"
8168
}
8269
},
8370
"nbformat": 4,

0 commit comments

Comments
 (0)