Skip to content

Commit bd19380

Browse files
sbryngelsonclaude
andcommitted
Add dark-mode scaling plot with automatic theme switching
Generate inverted-grayscale dark variant of weak scaling plot while preserving colored data points. Use <picture> element for automatic light/dark mode switching, matching the star history chart pattern. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent c5965c6 commit bd19380

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,11 @@ MFC weak scales to the full machines on [El Capitan](https://hpc.llnl.gov/hardwa
121121
MFC is a SPEChpc benchmark candidate, part of the JSC JUPITER Early Access Program, and used OLCF Frontier and LLNL El Capitan early access systems.
122122

123123
<p align="center">
124-
<img src="docs/res/weakScaling/weakscaling.png" alt="Weak scaling on El Capitan, Frontier, and Alps" width="400"/>
124+
<picture>
125+
<source media="(prefers-color-scheme: dark)" srcset="docs/res/weakScaling/weakscaling-dark.png"/>
126+
<source media="(prefers-color-scheme: light)" srcset="docs/res/weakScaling/weakscaling.png"/>
127+
<img src="docs/res/weakScaling/weakscaling.png" alt="Weak scaling on El Capitan, Frontier, and Alps" width="400"/>
128+
</picture>
125129
</p>
126130

127131
## What else can this thing do?
188 KB
Loading

0 commit comments

Comments
 (0)