Skip to content

'seaborn-whitegrid' is not a valid package style #160

@swanghobart

Description

@swanghobart
import pandas as pd
from adtk.visualization import plot
df = pd.read_csv('mydf.csv')
plot(df)

OSError: 'seaborn-whitegrid' is not a valid package style, path of style file, URL of style file, or library style name (library styles are listed in style.available)

you can

import seaborn
plt.style.available  #  look up available format

then replace

plt.style.use("seaborn-whitegrid")

in _visualization.py into

plt.style.use("seaborn-v0_8-whitegrid")

"

That's all right.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions