mwouts / easyplotly

Hopefully makes it easier to produce complex plots with Plotly
MIT License
6 stars 0 forks source link

Sunburst and Treemaps should work with one dimensional series/dicts #4

Closed mwouts closed 4 years ago

mwouts commented 4 years ago

For instance the below does not work yet:

obs = pd.Series({'A':1, 'B':2})
ep.Sunburst(obs)