dexplo / dexplot

Simple plotting library that wraps Matplotlib and integrated with DataFrames

Home Page:https://dexplo.org/dexplot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

aggplot only accepts "agg" as normalize argument.

Idodox opened this issue · comments

when running

dxp.aggplot(agg='interest_level', data = train_df, hue= "0_bathrooms", normalize = "col")

I get:
ValueError: normalize can only be None, "all", one of the values passed to the parameter names "agg", "hue", "row", "col", or a combination of those parameter names in a tuple, if they are defined.

same error using any of my column names, "hue" "row" etc.

Thank you for reporting this. I don't have time to improve the library now, but will do so later this year.

@Idodox The library has been completely rebuilt with a slightly different API with all of these issues fixed and more.