lux-org / lux

Automatically visualize your pandas dataframe via a single print! 📊 💡
Apache License 2.0
5.15k stars 365 forks source link

[BUG] Lux showing only max 10 values on x-axis. How to increase it? #408

Closed SnowRipple closed 3 years ago

SnowRipple commented 3 years ago

Sorry, not sure if this is a bug, but I cannot find the information anywhere.

When visualizing more than 10 values I get (" + X more ...") in the top right corner but I cannot "unroll it". Seems like Lux is limited to just 10 values on X-axis, how do it increase this limit?

dorisjlee commented 3 years ago

Hi @SnowRipple, We have added an additional configuration to change this default. See these docs for more details. This will be updated along with our next release, thanks!