Skip to content

AttributeError: module 'pylab' has no attribute 'ioff' (Python 3.9) #387

@MartinParidon

Description

@MartinParidon

Under Python 3.7, this appeared to work, in Python 3.9, I can only get it to work when I change

import pylab as pl
to
import matplotlib.pyplot as pl

Can this be changed?

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