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 plt.show() with fig.show() in the docs #37121

Merged
merged 2 commits into from May 7, 2024

Commits on Apr 24, 2024

  1. Switch to using fig.show() from plt.show()

    Since upgrading to matplotlib 3.7, plt.show() has sometimes created freezing / hanging behaviour when run from within workbench
    jhaigh0 committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    5e15a6c View commit details
    Browse the repository at this point in the history

Commits on May 7, 2024

  1. Increased noise in data for clearer comparison with fit

    - Previous noise was so small that Z and ZFit looked identical
    - With increased noise it's clear that one is a smooth fit to the noisy data
    GuiMacielPereira committed May 7, 2024
    Configuration menu
    Copy the full SHA
    56a3cab View commit details
    Browse the repository at this point in the history