← Back to home
Comparison · Analytics

gghighlight vs skylight

A side-by-side editorial comparison of gghighlight and skylight — release velocity, themes, recent moves, and the top alternatives to consider.

Shared themes:r-package

gghighlight vs skylight: at a glance

Featuregghighlightskylight
SectorAnalyticsAnalytics
Velocity score0.00.0
Sparks · 30d00
Top themesggplot2, data-visualisation, ggplot-extension, upstream-compatastronomy, illuminance, cpp-port, scientific-computing
Last editorial update1h ago2h ago
WebsiteVisit →Visit →

What is gghighlight?

A single-purpose ggplot2 extension that has spent six years tracking ggplot2 instead of growing.

gghighlight adds one verb to ggplot2: highlight the series matching a predicate and grey out the rest, with unhighlighted_params controlling how the shadowed layer renders and calculate_per_facet deciding whether the predicate evaluates within facets. The API settled at 0.2.0; the 0.5.0 release supports ggplot2 v4.0 including its ink and paper theme elements, and finally deletes gghighlight_point() and gghighlight_line().

Read the full gghighlight trajectory →

What is skylight?

A frozen astronomical model quietly became the inner loop of its sibling's optimizer.

skylight returns sun and moon illuminance, azimuth and altitude for a given date, time and location, implemented as a near-verbatim transcription of a 1987 US Naval Observatory circular. The model formulation has not changed since the initial 2022 release and the author states so explicitly. Everything shipped since has been packaging, citation and speed: v1.3 moved the main routine from R to C++, and v1.4 removed a parameter check that was flooding the console with messages.

Read the full skylight trajectory →

gghighlight vs skylight: editorial side-by-side

G
gghighlight
ANALYTICS
0.0

A single-purpose ggplot2 extension that has spent six years tracking ggplot2 instead of growing.

◆ Current state

gghighlight adds one verb to ggplot2: highlight the series matching a predicate and grey out the rest, with unhighlighted_params controlling how the shadowed layer renders and calculate_per_facet deciding whether the predicate evaluates within facets. The API settled at 0.2.0; the 0.5.0 release supports ggplot2 v4.0 including its ink and paper theme elements, and finally deletes gghighlight_point() and gghighlight_line().

◆ Where it's heading

Two threads run through the history. One is a slow deprecation, from soft-deprecating the geom-specific functions at 0.1.0, to defunct at 0.3.0, to removed at 0.5.0 — a five-year removal cycle. The other is compatibility work: purrr 1.0.0, dplyr's across() deprecation, ggplot2 3.4.0, then 4.0. Genuine feature additions are rare and small, with line_label_type at 0.4.0 the last one. Note that 0.3.2's notes restate 0.3.1's n() item, so adjacent tags here overlap rather than each describing distinct work.

◆ Prediction

The next release most likely absorbs further ggplot2 4.x changes, given that is what triggered the last three. Nothing in the entries points to a new highlighting capability.

S
skylight
ANALYTICS
0.0

A frozen astronomical model quietly became the inner loop of its sibling's optimizer.

◆ Current state

skylight returns sun and moon illuminance, azimuth and altitude for a given date, time and location, implemented as a near-verbatim transcription of a 1987 US Naval Observatory circular. The model formulation has not changed since the initial 2022 release and the author states so explicitly. Everything shipped since has been packaging, citation and speed: v1.3 moved the main routine from R to C++, and v1.4 removed a parameter check that was flooding the console with messages.

◆ Where it's heading

This is a reference implementation of a published algorithm rather than a product accumulating features, and it is being maintained that way. The movement that does occur is driven from downstream: the C++ port was written for the inverse-modelling loop in the sibling skytrackr package, which calls skylight repeatedly during optimization. That reframes skylight from a standalone calculator into the compute kernel another package's fitting routine depends on.

◆ Prediction

With the model formulation deliberately fixed and the C++ path already in place, the next release is most likely another small maintenance fix. The entries give no indication of planned new capability.

Alternatives to gghighlight and skylight

Other Analytics products tracked by Sparkpulse, ranked by recent ship velocity. Each card links to a full editorial trajectory and lets you pivot into a head-to-head comparison with either gghighlight or skylight.

See all gghighlight alternatives → · See all skylight alternatives →

Recent activity from gghighlight and skylight

Latest ship moves from both products, interleaved chronologically. ⚡ = editorial spark.

  1. 9mo agoskylightNoisy parameter check removed from console output
  2. 10mo agoskylightCore routine moves from R to C++ for repeated-call speed
  3. 1y agogghighlightggplot2 v4.0 support; geom-specific functions removed
  4. 2y agogghighlightTest expectations updated for upcoming ggplot2
  5. 2y agoskylightCitation updated after the companion paper published
  6. 3y agoskylightSkylight v1.1
  7. 3y agoskylightFirst release: sun and moon illuminance from the 1987 USNO circular
  8. 3y agogghighlightline_label_type adds geomtextpath and second-axis labelling
  9. 4y agogghighlightDeprecated dplyr::across() usage removed
  10. 5y agogghighlightExplicit NULL in unhighlighted_params preserved; aesthetic name clash fixed
  11. 5y agogghighlightDiscrete-scale labels and n() predicates

Frequently asked questions

What is the difference between gghighlight and skylight?

Both compete on the same themes — r-package — within Analytics. gghighlight and skylight are shipping at a similar cadence (velocity 0.0 vs 0.0, both within Sparkpulse's "active" band). See the at-a-glance table above for a side-by-side breakdown of velocity, recent sparks, and editorial themes.

Is gghighlight better than skylight?

Sparkpulse doesn't pick a winner — we score release velocity, not feature parity. gghighlight and skylight are shipping at a similar cadence (velocity 0.0 vs 0.0, both within Sparkpulse's "active" band). For your specific use case, the alternatives sections above list other Analytics products to evaluate alongside.

What are the best alternatives to gghighlight?

Top gghighlight alternatives in Analytics are ranked by recent ship velocity. Browse the "gghighlight alternatives" section above for the current picks, or visit /alternatives/gghighlight for the full list with editorial commentary on each.

What are the best alternatives to skylight?

Top skylight alternatives in Analytics are ranked by recent ship velocity. Browse the "skylight alternatives" section above for the current picks, or visit /alternatives/skylight for the full list with editorial commentary on each.