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

DM-41049: Add matched color difference plots/metrics #156

Merged
merged 13 commits into from
Apr 10, 2024
Merged

Commits on Apr 5, 2024

  1. Configuration menu
    Copy the full SHA
    bfe4a95 View commit details
    Browse the repository at this point in the history
  2. Add StructMetricAction

    taranu committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    a06c99c View commit details
    Browse the repository at this point in the history
  3. Add StructPlotAction

    taranu committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    2e63ea2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2d06e6c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    752e630 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9d5e120 View commit details
    Browse the repository at this point in the history
  7. Add return_minmax to CalcBinnedStats

    The min/max within a bin is only really useful if it's
    partially filled or otherwise limited, which won't be
    the case in most real usage.
    taranu committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    304b787 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8417dad View commit details
    Browse the repository at this point in the history
  9. Allow plots to specify type name in output connection

    Add a method that allows a PlotAction to specify
    what type name should be used when dynamically
    building plot output connection names.
    natelust authored and taranu committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    4c478c6 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    bae529e View commit details
    Browse the repository at this point in the history
  11. Add test for StructPlotAction

    taranu committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    1b10d8f View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    d0d3bee View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    93ab550 View commit details
    Browse the repository at this point in the history