Skip to content

Add heatmap of the zoom window to the plotattributes#90

Merged
felixcremer merged 5 commits intomainfrom
fc/addheatmap
Feb 2, 2026
Merged

Add heatmap of the zoom window to the plotattributes#90
felixcremer merged 5 commits intomainfrom
fc/addheatmap

Conversation

@felixcremer
Copy link
Member

This allows to use the inner heatmap plot for showing the colorbar.
This is a workaround, but at least this allows the following:

julia> fig, ax, hmap =heatmap(pyr_ships["1"])

julia> Colorbar(fig[1,2], hmap.__pyramid_heatmap[])
Colorbar()

@felixcremer
Copy link
Member Author

@asinghvi17 maybe you would have a good idea how to better integrate it, so that Colorbar(fig[1,2], hmap) would work?

@codecov
Copy link

codecov bot commented Jan 29, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 72.10%. Comparing base (2ff01a7) to head (2799a3b).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #90      +/-   ##
==========================================
+ Coverage   71.77%   72.10%   +0.33%     
==========================================
  Files           4        4              
  Lines         333      337       +4     
==========================================
+ Hits          239      243       +4     
  Misses         94       94              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@felixcremer
Copy link
Member Author

Needs test, that the Colorbar works.

@felixcremer felixcremer merged commit b5ff435 into main Feb 2, 2026
8 of 10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant