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
Colorbar tick fontsize reduction and scientific notation consistency
- Reduce default colorbar tick labelsize from 22 → 18 (both single-figure and subplot)
- Add _to_scientific() helper for Unicode ×10 notation (e.g. 4.3×10⁴)
- Fix colorbar tick notation inconsistency: when any tick uses ×10 notation,
all non-zero ticks are normalised to the same notation so the central tick
never shows plain decimal while outer ticks show scientific
Co-Authored-By: Claude Sonnet 4.6 <[email protected]>
When running Python from Codex or any restricted environment, set writable cache directories so `numba` and `matplotlib` do not fail on unwritable home or source-tree paths:
This workspace is often imported from `/mnt/c/...` and Codex may not be able to write to module `__pycache__` directories or `/home/jammy/.cache`, which can cause import-time `numba` caching failures without this override.
0 commit comments