Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace Pylab Instances with Matplotlib's pyplot #407

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

spicyneutrino
Copy link

pylab is a historic interface and its use is strongly discouraged. The equivalent replacement is matplotlib.pyplot.

Check out the official documentation of pylab

@spicyneutrino
Copy link
Author

@microsoft-github-policy-service agree

@BethanyJep BethanyJep requested a review from Copilot February 11, 2025 11:54

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot reviewed 4127 out of 4141 changed files in this pull request and generated no comments.

Files not reviewed (14)
  • lessons/3-NeuralNetworks/03-Perceptron/Perceptron.ipynb: Evaluated as low risk
  • myenv/lib/python3.12/site-packages/IPython/core/completerlib.py: Evaluated as low risk
  • myenv/lib/python3.12/site-packages/IPython/core/display_functions.py: Evaluated as low risk
  • myenv/lib/python3.12/site-packages/IPython/core/error.py: Evaluated as low risk
  • myenv/lib/python3.12/site-packages/IPython/init.py: Evaluated as low risk
  • myenv/lib/python3.12/site-packages/IPython/main.py: Evaluated as low risk
  • myenv/lib/python3.12/site-packages/IPython/core/crashhandler.py: Evaluated as low risk
  • myenv/lib/python3.12/site-packages/IPython/core/compilerop.py: Evaluated as low risk
  • myenv/lib/python3.12/site-packages/IPython/core/excolors.py: Evaluated as low risk
  • myenv/lib/python3.12/site-packages/IPython/consoleapp.py: Evaluated as low risk
  • myenv/lib/python3.12/site-packages/IPython/core/builtin_trap.py: Evaluated as low risk
  • myenv/lib/python3.12/site-packages/IPython/conftest.py: Evaluated as low risk
  • myenv/lib/python3.12/site-packages/IPython/core/displaypub.py: Evaluated as low risk
  • myenv/lib/python3.12/site-packages/IPython/core/alias.py: Evaluated as low risk
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant