Skip to content

[Feature] Support inputting multiple points (in a list) with PrimBox.inspect() #124

@EwoutH

Description

@EwoutH

Instead of only inspecting one point, it would be neat if you can pass multiple points into the inspect() function of an analysis.prim.PrimBox. The expected behavior could be:

  • For PrimBox.inspect(i=list, style="table"), a dataframe with a row for each point will be provided.
  • For PrimBox.inspect(i=list, style="graph"), either Figure with a subplot for each point could be provided, or a single graph with the multiple points compared to each other (each point with a different color bars).

This will allow to more quickly inspect and compare multiple points on the peeling trajectory.

Also I noted that the inspect function prints a lot of data without returning it. I think it's nicer and more expected to return the values/tables/graphs, and let the user print them. That way you can use them in further analysis if you want.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions