In [1]:
import lantern as l
In [4]:
df = l.bar()
df.head()
Out[4]:
In [11]:
l.grid(df, 'lineup')
In [ ]: