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

Simplify colormap plotting #147

Merged
merged 3 commits into from
Feb 19, 2024
Merged

Commits on Feb 15, 2024

  1. Simplify getting colormap sizes

    All the special cases other than Greys are just the size of the colormap
    themselves, but we want to drop that special case as well. Also,
    colormaps are at most 256 elements long, so using `n=512` is probably
    not necessary.
    QuLogic committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    8551a49 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    61c26ab View commit details
    Browse the repository at this point in the history
  3. Simplify link checker

    ... and debug a bit.
    QuLogic committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    a5c2769 View commit details
    Browse the repository at this point in the history