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

silx.gui.plot.items: Refactoring PlotWidget items by adding a DataItem base class #3212

Merged
merged 7 commits into from
Oct 16, 2020

Conversation

t20100
Copy link
Member

@t20100 t20100 commented Oct 7, 2020

This PR reworks PlotWidget items by adding a DataItem base class for items having a "data extent" in the plot.

It allows to mutualise some code and fix some minor inconsitencies between the previous different copies...
It also prepares for support of plot items updating their content depending on their visible extent.

@vallsv
Copy link
Contributor

vallsv commented Oct 16, 2020

Sounds better with bounds instead of dataExtent concept.

LGTM.

@vallsv vallsv merged commit d994098 into silx-kit:master Oct 16, 2020
@t20100 t20100 deleted the plot-dataextentchanged branch October 16, 2020 13:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants