Skip to content

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

Open
@stjagu

Description

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'

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions