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

AttributeError: module 'roughviz' has no attribute 'bar' #7

Open
stjagu opened this issue May 30, 2023 · 0 comments
Open

AttributeError: module 'roughviz' has no attribute 'bar' #7

stjagu opened this issue May 30, 2023 · 0 comments

Comments

@stjagu
Copy link

stjagu commented May 30, 2023

import pandas as pd
import roughviz
from roughviz import charts
d = {'Year': ['1980', '1981', '1982'], 'A': [3, 4, 10]}
df = pd.DataFrame(data=d)
roughviz.bar(df["Year"], df["A"], axisRoughness = 0.7, axisStrokeWidth = 0.7, roughness=2.3, highlight="gray")

Result:
Traceback (most recent call last):
File "", line 1, in
AttributeError: module 'roughviz' has no attribute 'bar'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant