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

ENH: Add stepMode to BasePlotCurveItem #1096

Merged
merged 3 commits into from
Jul 30, 2024

Conversation

zdomke
Copy link
Contributor

@zdomke zdomke commented Jul 22, 2024

Adding stepMode functionality to BasePlotCurveItem so that stepMode can be changed on the fly. StepMode information can be found here.

The BasePlotCurveItem setter does not ensure the x and y data are the correct lengths for given stepModes. Instead the docstring warns the users of this.

I also included BasePlotCurveItem.redrawCurve as an abstract method since it is called by the stepMode setter.

@nstelter-slac nstelter-slac merged commit 760af07 into slaclab:master Jul 30, 2024
19 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants