Skip to content

Small bug #10

Open
Open
@cdiener1

Description

@cdiener1

All cases of:
plt.grid(b=None, which='major', axis='y', linestyle='--')
should be replaced by:
plt.grid(visible=None, which='major', axis='y', linestyle='--')

Activity

rajeshm936

rajeshm936 commented on Jun 10, 2023

@rajeshm936

Hi Cdiener, solved one of the bugs I am struggling with. Much appreciated. God Bless!

cdiener1

cdiener1 commented on Jun 11, 2023

@cdiener1
Author

No problem! Github is so cool; I don't even remember writing this but I'm glad I was right and that it helped!

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

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      Small bug · Issue #10 · jinglescode/time-series-forecasting-pytorch