Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fmt_nanoplot invalid plot_type="bars" does not error, produces no plot #331

Open
machow opened this issue May 8, 2024 · 0 comments
Open

Comments

@machow
Copy link
Collaborator

machow commented May 8, 2024

fmt_nanoplot can accept plot_type="bar", but if you accidentally pass "bars" then

  1. it does not error
  2. it does not produce any plots

It seems like this should raise an error

import polars as pl

df = pl.DataFrame({"x": [[1, 2, 3], [4, 5]]})
GT(df).fmt_nanoplot("x", plot_type="bars")
image
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant