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

Fix contour plot colorscale domain #6625

Merged
merged 15 commits into from
Jul 18, 2023

Commits on Jun 2, 2023

  1. Configuration menu
    Copy the full SHA
    66e7b3c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fb7e181 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2023

  1. Update some contour mocks

    Following 66e7b3c, set colorscale domain bounds for consistency
    lvlte committed Jun 3, 2023
    Configuration menu
    Copy the full SHA
    ae34826 View commit details
    Browse the repository at this point in the history
  2. Update image baselines

    lvlte committed Jun 3, 2023
    Configuration menu
    Copy the full SHA
    29bf5db View commit details
    Browse the repository at this point in the history
  3. Add draft log

    lvlte committed Jun 3, 2023
    Configuration menu
    Copy the full SHA
    e889dd1 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2023

  1. Configuration menu
    Copy the full SHA
    27d84f1 View commit details
    Browse the repository at this point in the history
  2. Revert "Update some contour mocks"

    This reverts commit ae34826.
    lvlte committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    736242c View commit details
    Browse the repository at this point in the history
  3. Update image baselines

    lvlte committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    fa5c3e3 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2023

  1. Fix contour colorscale domain :

    - Force include zmin/zmax only if explicitly set
    - Allows to set zmin/zmax range narrower than contours start/end
    lvlte committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    bda830b View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2023

  1. Configuration menu
    Copy the full SHA
    807504e View commit details
    Browse the repository at this point in the history
  2. Update image baselines

    lvlte committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    9f730ea View commit details
    Browse the repository at this point in the history
  3. Update draftlogs/6625_fix.md

    Co-authored-by: Mojtaba Samimi <33888540+archmoj@users.noreply.github.com>
    lvlte and archmoj committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    aea023c View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2023

  1. Fix contour colorscale domain/range

    - Fix for when user specifies narrower z range than that of the contours start/end
    - Ensure colormap is consistent between coloring methods
    lvlte committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    1bd6571 View commit details
    Browse the repository at this point in the history
  2. Update contour image baselines

    lvlte committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    af9a1d3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    aea78dd View commit details
    Browse the repository at this point in the history