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.math.colormap: Added apply_colormap function #3525

Merged
merged 9 commits into from
Sep 20, 2021

Conversation

t20100
Copy link
Member

@t20100 t20100 commented Sep 1, 2021

This PR extracts colormap handling that can be used in a general scope from silx.gui.colors to silx.math.colormap (to make it not depend on Qt):

  • Public API of silx.gui.colors should be left unchanged
  • API of silx.math.colormap should be compatible, and is extended:
    • *Normalization classes now provides more methods
    • Added apply_colormap function

closes #3521

@t20100 t20100 added this to the 1.0.0 milestone Sep 1, 2021
@t20100 t20100 requested a review from vallsv September 1, 2021 12:23
@vallsv
Copy link
Contributor

vallsv commented Sep 20, 2021

Sorry, this have to be rebased now

@t20100
Copy link
Member Author

t20100 commented Sep 20, 2021

@vallsv rebased to master

@vallsv vallsv merged commit b485983 into silx-kit:master Sep 20, 2021
@t20100 t20100 deleted the split-colormap branch September 20, 2021 10:05
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.

Split colormap object to have a qt/matplotlib free version
2 participants