Skip to content

Problem with plt.boxplot(X_train, manage_xticks= False) #133

Open
@Hypertyz

Description

@Hypertyz

TypeError
Traceback (most recent call last)

<ipython-input-96-564aeedf8d76> in <module>
----> 1 plt.boxplot(X_train, manage_xticks= False)
2 plt.yscale("symlog")
3 plt.xlabel("Feature index")
4 plt.ylabel("Feature magnitude")

TypeError: boxplot() got an unexpected keyword argument 'manage_xticks'

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions