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: Ultraplot/UltraPlot
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.65.1
Choose a base ref
...
head repository: Ultraplot/UltraPlot
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.66.0
Choose a head ref
  • 4 commits
  • 7 files changed
  • 2 contributors

Commits on Nov 16, 2025

  1. Configuration menu
    Copy the full SHA
    fc156f0 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2025

  1. Configuration menu
    Copy the full SHA
    08235b1 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2025

  1. fix: change default reduce_C_function to np.sum for hexbin (#408)

    * fix: change default reduce_C_function to np.sum for hexbin
    
    Updated default behavior for weights/C to compute total instead of average.
    
    * test: add a test
    
    ---------
    
    Co-authored-by: Casper van Elteren <caspervanelteren@gmail.com>
    beckermr and cvanelteren authored Nov 19, 2025
    Configuration menu
    Copy the full SHA
    55d3d67 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2025

  1. Add external context mode for axes (#406)

    * add seaborn context processing
    
    * rm debug
    
    * add unittest
    
    * resolve iterable
    
    * relax legend filter
    
    * add seaborn import
    
    * add more unittests
    
    * add ctx texts
    
    * implement mark external and context managing
    
    * fix test
    
    * refactor classes for clarity
    
    * update tests
    
    * more fixes
    
    * more tests
    
    * minor fix
    
    * minor fix
    
    * fix for mpl 3.9
    
    * remove stack frame
    
    * adjust and remove unecessary tests
    
    * more fixes
    
    * add external to pass test
    
    * restore test
    
    * rm dup
    
    * finalize docstring
    
    * remove fallback
    
    * Apply suggestion from @beckermr
    
    * Apply suggestion from @beckermr
    
    * fix bar and test
    
    ---------
    
    Co-authored-by: Matthew R. Becker <beckermr@users.noreply.github.com>
    cvanelteren and beckermr authored Nov 20, 2025
    Configuration menu
    Copy the full SHA
    63cf012 View commit details
    Browse the repository at this point in the history
Loading