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

inspect multiple boxes and display them in a single figure #317

Merged
merged 4 commits into from
Dec 4, 2023

Commits on Nov 18, 2023

  1. make it possible to plot mulitple boxes in one figure

    default behavior of inspect with list of indices is to show each box in a seperate figure (if style is graph). This code makes it possible to plot them in a single figure.
    
    outstanding issue from #124
    quaquel committed Nov 18, 2023
    Configuration menu
    Copy the full SHA
    e28ee4a View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2023

  1. Configuration menu
    Copy the full SHA
    ec46ce6 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2023

  1. Configuration menu
    Copy the full SHA
    1df7de3 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2023

  1. Update test_prim.py

    quaquel committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    55b5a44 View commit details
    Browse the repository at this point in the history