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

Remove Matplotlib agg backend #499

Merged
merged 2 commits into from
Jul 31, 2023
Merged

Remove Matplotlib agg backend #499

merged 2 commits into from
Jul 31, 2023

Commits on Jul 31, 2023

  1. delete matplotlib.use("Agg")

    Agg只能生成图像文件,禁止弹出GUI交互图,不能满足部分人的需要。
    JingxianKe committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    e22aeef View commit details
    Browse the repository at this point in the history
  2. Update plots.py

    JingxianKe committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    9975699 View commit details
    Browse the repository at this point in the history