Every line of 'import matplotlib.pyplot as plt' code snippets is scanned for vulnerabilities by our powerful machine learning engine that combs millions of open source libraries, ensuring your Python code is secure.
14 @pytest.mark.test_import_matplotlib_module2 15 def test_import_matplotlib_module2(): 16 assert 'plt' in dir(attendance), 'Have you imported `matplotlib.pyplot` as `plt`?'