Skip to content

plot_probe() requires xlims and ylims to be defined for either to work #119

@D1o0g9s

Description

@D1o0g9s

if xlims is None or ylims is None or (zlims is None and probe.ndim == 3):
xlims, ylims, zlims = get_auto_lims(probe)

It's unclear that both xlims and ylims are both needed for plotting to be limited in either of these dimensions individually. Perhaps this is unintended consequence, and we should be able to set an automatic limit for the non-specified direction if only one were specified.

Metadata

Metadata

Assignees

No one assigned

    Labels

    questionFurther information is requested

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions