Open
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'
Metadata
Assignees
Labels
No labels
Activity