Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
epochpic
/
sdf-xarray
Public
Notifications
You must be signed in to change notification settings
Fork
7
Star
12
Code
Issues
5
Pull requests
1
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Voxel plotting support (3D)
- #126
#126
Merged
ShaunD137
merged 32 commits into
main
epochpic/sdf-xarray:main
from
voxel-plotting
epochpic/sdf-xarray:voxel-plotting
Copy head branch name to clipboard
Jul 28, 2026
Conversation
Commits
32
(32)
Checks
Files changed
Merged
Voxel plotting support (3D)
#126
ShaunD137
merged 32 commits into
main
epochpic/sdf-xarray:main
from
voxel-plotting
epochpic/sdf-xarray:voxel-plotting
Copy head branch name to clipboard
Commits
Commits on Jul 10, 2026
initial commit of voxel plotting
ShaunD137
committed
dc75772
View commit details
Copy full SHA for dc75772
Browse repository at this point
Commits on Jul 11, 2026
Add missing scipy dependency to docs and tests
JoelLucaAdams
committed
26d20ce
View commit details
Copy full SHA for 26d20ce
Browse repository at this point
make voxel plotting pass ruff check
JoelLucaAdams
committed
64da60b
View commit details
Copy full SHA for 64da60b
Browse repository at this point
Commits on Jul 14, 2026
Add tests for voxel plot, resize and lims
JoelLucaAdams
committed
fc398a3
View commit details
Copy full SHA for fc398a3
Browse repository at this point
rollback checks in plot for time and x and y
JoelLucaAdams
committed
0aa7ecd
View commit details
Copy full SHA for 0aa7ecd
Browse repository at this point
Fix ruff linting on fixture tests
JoelLucaAdams
committed
de3349b
View commit details
Copy full SHA for de3349b
Browse repository at this point
refactor voxel axes limits and setting aspect ratio
JoelLucaAdams
committed
d6b687a
View commit details
Copy full SHA for d6b687a
Browse repository at this point
Improve docstring and types
JoelLucaAdams
committed
7cef173
View commit details
Copy full SHA for 7cef173
Browse repository at this point
Commits on Jul 15, 2026
change voxel plot warning to use `warnings.warn()`
JoelLucaAdams
committed
93c8b9e
View commit details
Copy full SHA for 93c8b9e
Browse repository at this point
update dataarray plot accessor to remove x or y check
JoelLucaAdams
committed
292e475
View commit details
Copy full SHA for 292e475
Browse repository at this point
Commits on Jul 16, 2026
Add global pytest filter for `userWarning` to ignore voxel plotting warning
JoelLucaAdams
committed
cc6fd44
View commit details
Copy full SHA for cc6fd44
Browse repository at this point
Commits on Jul 17, 2026
Update voxel_plot to accept user axes
JoelLucaAdams
committed
763f042
View commit details
Copy full SHA for 763f042
Browse repository at this point
Remove unused matplotlib imports
JoelLucaAdams
committed
8222775
View commit details
Copy full SHA for 8222775
Browse repository at this point
Fix voxel_plot return type
JoelLucaAdams
committed
1134305
View commit details
Copy full SHA for 1134305
Browse repository at this point
Make default mask inclusive of vmin and vmax
JoelLucaAdams
committed
90dcacc
View commit details
Copy full SHA for 90dcacc
Browse repository at this point
Fix type hinting in voxel_plot
JoelLucaAdams
committed
fed1a5e
View commit details
Copy full SHA for fed1a5e
Browse repository at this point
Commits on Jul 21, 2026
remove time check in plot accessor
ShaunD137
committed
a8bfaf3
View commit details
Copy full SHA for a8bfaf3
Browse repository at this point
Commits on Jul 22, 2026
add optional histogram plot to plot accessor
ShaunD137
committed
0f1adf5
View commit details
Copy full SHA for 0f1adf5
Browse repository at this point
remove now unnecessary tests
ShaunD137
committed
e83b51d
View commit details
Copy full SHA for e83b51d
Browse repository at this point
documentation update
ShaunD137
committed
43f4e97
View commit details
Copy full SHA for 43f4e97
Browse repository at this point
Commits on Jul 23, 2026
Fix linting
JoelLucaAdams
committed
5be1c63
View commit details
Copy full SHA for 5be1c63
Browse repository at this point
Remove unusued import from tests
JoelLucaAdams
committed
f7ebfce
View commit details
Copy full SHA for f7ebfce
Browse repository at this point
Fix backticks in plotting docstring
JoelLucaAdams
committed
f812213
View commit details
Copy full SHA for f812213
Browse repository at this point
rename docs plots to plotting
JoelLucaAdams
committed
ba15875
View commit details
Copy full SHA for ba15875
Browse repository at this point
Fix plotting link in why_sdf_xarray
JoelLucaAdams
committed
cc77c4c
View commit details
Copy full SHA for cc77c4c
Browse repository at this point
Fix spelling mistakes
JoelLucaAdams
committed
158f04d
View commit details
Copy full SHA for 158f04d
Browse repository at this point
Commits on Jul 27, 2026
Change name of resize accessor link in docs
JoelLucaAdams
committed
c9df175
View commit details
Copy full SHA for c9df175
Browse repository at this point
Fix new ruff rules
JoelLucaAdams
committed
1621bbd
View commit details
Copy full SHA for 1621bbd
Browse repository at this point
Commits on Jul 28, 2026
Apply suggestions from code review
Show description for ed2593c
JoelLucaAdams
and
LiamPattinson
authored
ed2593c
View commit details
Copy full SHA for ed2593c
Browse repository at this point
Fix broken internal plotting links in docs
JoelLucaAdams
committed
357d55c
View commit details
Copy full SHA for 357d55c
Browse repository at this point
Remove types from `shift_cmap` docstring
JoelLucaAdams
committed
aec2cc9
View commit details
Copy full SHA for aec2cc9
Browse repository at this point
refactor dataarray tests to use auto close fig fixture with `autouse=True`
JoelLucaAdams
committed
71a282c
View commit details
Copy full SHA for 71a282c
Browse repository at this point
You can’t perform that action at this time.