Skip to content

Commit

Permalink
Add new guide_circles() (#35)
Browse files Browse the repository at this point in the history
* first draft

* Use margin around glyphs

* add tests

* document

* quick note
  • Loading branch information
teunbrand authored Dec 13, 2024
1 parent dd9e060 commit 3f76efd
Show file tree
Hide file tree
Showing 19 changed files with 1,159 additions and 7 deletions.
2 changes: 2 additions & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ export(GizmoDensity)
export(GizmoGrob)
export(GizmoHistogram)
export(GizmoStepcap)
export(GuideCircles)
export(GuideColring)
export(GuideLegendBase)
export(GuideLegendGroup)
Expand Down Expand Up @@ -45,6 +46,7 @@ export(gizmo_stepcap)
export(guide_axis_base)
export(guide_axis_dendro)
export(guide_axis_nested)
export(guide_circles)
export(guide_colbar)
export(guide_colring)
export(guide_colsteps)
Expand Down
5 changes: 4 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,12 @@
* New primitive guide function: `primitive_segments()`
* New key functions: `key_segment_manual()`, `key_segment_map()` and
`key_dendro()`.

* Added new standalone guide `guide_circles()` (#14).
* New supporting theme element `legendry.legend.key.margin`.

* Fixed bug where `guide_axis_nested(key = key_range_auto(...))` produced
duplicated labels (#31)
duplicated labels (#31).

# legendry 0.1.0

Expand Down
Loading

0 comments on commit 3f76efd

Please sign in to comment.