Skip to content

Feat: Add Vertical and Horizontal markers#702

Merged
brenocq merged 2 commits into
epezent:masterfrom
bruno-f-cruz:master
Jun 2, 2026
Merged

Feat: Add Vertical and Horizontal markers#702
brenocq merged 2 commits into
epezent:masterfrom
bruno-f-cruz:master

Conversation

@bruno-f-cruz

@bruno-f-cruz bruno-f-cruz commented Apr 30, 2026

Copy link
Copy Markdown
Contributor

This PR adds two new markers to the ImPlot library that are commonly used in other plotting libraries (see here: https://matplotlib.org/stable/gallery/lines_bars_and_markers/marker_reference.html)

These are useful for plots that try to cram a lot of events in a small space (for instance, raster plots:
image)

It should be noted that while this appearance could already be achieved using simple lines, this makes the API easier to use and compatible with the scatter plots.

{46ADBC27-FD53-477B-8E5D-BDB23B68A3AA}

@brenocq brenocq self-requested a review June 2, 2026 05:32
@brenocq brenocq added type:feat New feature or request prio:medium Medium priority status:review The task is under review labels Jun 2, 2026
@brenocq brenocq changed the title Add Vertical and Horizontal markers Feat: Add Vertical and Horizontal markers Jun 2, 2026

@brenocq brenocq left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great work! Thanks for the minimal changes :)

I've modified the markers demo to centralize the texts/markers

@brenocq brenocq merged commit d65a2be into epezent:master Jun 2, 2026
18 checks passed
@brenocq brenocq added status:done Task completed successfully and removed status:review The task is under review labels Jun 2, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

prio:medium Medium priority status:done Task completed successfully type:feat New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants