roughviz icon indicating copy to clipboard operation
roughviz copied to clipboard

A Python visualization library for creating sketchy/hand-drawn styled charts.

Results 2 roughviz issues
Sort by recently updated
recently updated
newest added

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 =...

VScode doesn't support roughviz, including in interactive mode :/ This is the #1 editor today and therefore one can assume that this feature would have a wide audience. thanks!