Skip to content

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

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.

Activity

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

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