[#21]:svarga:docs, refresh gallery (filled pie/donut + wireframe bar/histogram), nord dark theme#22
Merged
Merged
Conversation
…histogram), nord dark theme The doxy gallery SVGs were stale (pie/donut rendered as pre-fill outlines) and the dark renders used solarized_dark (#002B36 teal) which clashed with the doxy dark page background (#2b303b cool blue-grey). Regenerated every gallery SVG: - dark renders now use the Nord theme (#2E3440; fg #D8DEE9 ≈ doxy fg #d2dbde), matching the doxygen-awesome dark page. Light stays Solarized Light (#fdf6e3, already an exact match to the light page). - pie/donut now render as filled <polygon> wedges (current code). - added hollow (wireframe) plot::bar and plot::histogram gallery cells. To keep example sources theme-neutral, the global default theme is now selectable at build time with -DPLOT_DEFAULT_THEME=<preset> (runtime default unchanged: solarized_dark). Removed the hardcoded plot::theme(solarized_dark) from the line/scatter/heatmap/dashboard examples. Added a reproducible `make gallery` target and ignored the /build-*/ scratch dirs.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #21.
Summary
#2E3440, fg#D8DEE9≈ doxy fg#d2dbde), matching the doxygen-awesome dark page background#2b303b. The oldsolarized_dark(#002B36teal) clashed with it. Light stays Solarized Light (#fdf6e3, already an exact match to the light page).<polygon>); now filled<polygon>wedges.Reproducibility
-DPLOT_DEFAULT_THEME=<preset>(runtime default unchanged:solarized_dark).plot::theme(solarized_dark)from the line/scatter/heatmap/dashboard examples so they honour the default +make gallery.make gallerytarget (indoxy/) rebuilds dark+light SVGs from the examples;/build-*/scratch dirs gitignored.Verification
ctest5/5 pass; default-theme build still renderssolarized_dark.#2E3440, all 15 light SVGs#fdf6e3; pie/donut filled; wireframe bar/histogram render hollowfill="none"outlines.make galleryreproduces the committed renders.