bokeh export bug
¶
In [3]:
data
=
pd
.
DataFrame
({
'x'
:
[
1
,
2
,
3
],
'y'
:
[
12
,
7
,
8
]})
show
(
Bar
(
data
,
label
=
'x'
,
values
=
'y'
))