Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: plotly/plotly.js
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: plotly/plotly.js
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: contour-line-color-array-emilykl
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 3 commits
  • 4 files changed
  • 2 contributors

Commits on Feb 27, 2025

  1. Add support for array of colors in contour line.color

    This enhancement allows assigning different colors to each contour level by providing an array to line.color when contours.coloring is set to 'none'. Colors are mapped to contour levels in ascending order, and the implementation handles both contour lines and labels.
    
    🤖 Generated with Claude Code
    Co-Authored-By: Claude <noreply@anthropic.com>
    chriddyp committed Feb 27, 2025
    Copy the full SHA
    e078d1a View commit details
  2. Add test image mock for contour array-based line colors

    This adds a test image mock to visualize the new feature for array-based
    contour line colors.
    
    🤖 Generated with Claude Code
    Co-Authored-By: Claude <noreply@anthropic.com>
    chriddyp committed Feb 27, 2025
    Copy the full SHA
    b234c45 View commit details

Commits on Mar 27, 2025

  1. add new attribute

    emilykl committed Mar 27, 2025
    Copy the full SHA
    90ddc3e View commit details

This comparison is taking too long to generate.

Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.

You can try running this command locally to see the comparison on your machine:
git diff master...contour-line-color-array-emilykl