Skip to content

Using Alt+Mousemove over an image used to update plot cross sections but is now broken #68

Description

@RussBerg

did a quick check and found the issue, XCrossSectionPlot and YCrossSectionPlot do not contain connect_plot functions,
I tested by adding the following to both classes and the behaviour was restored:

    def connect_plot(self, plot: BasePlot) -> None:
        """Connect plot to cross section plot"""
        XYCrossSectionMixin.connect_plot(self, plot)

class XCrossSectionPlot(HorizontalCrossSectionPlot, XYCrossSectionMixin):

class YCrossSectionPlot(VerticalCrossSectionPlot, XYCrossSectionMixin):

I can't create a branch on the repo otherwise I would have created a PR

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions