Skip to content

Expose PlotGeometry in public API#4193

Merged
emilk merged 3 commits into
emilk:masterfrom
dwuertz:pub-plotitem
Mar 21, 2024
Merged

Expose PlotGeometry in public API#4193
emilk merged 3 commits into
emilk:masterfrom
dwuertz:pub-plotitem

Conversation

@dwuertz
Copy link
Copy Markdown
Contributor

@dwuertz dwuertz commented Mar 19, 2024

Expose egui_plot::items::values::PlotGeometry in public API so that PlotItem, which is already public, can actually be implemented by applications. Fixes #3464.

@emilk emilk added the egui_plot Related to egui_plot label Mar 20, 2024
@emilk
Copy link
Copy Markdown
Owner

emilk commented Mar 20, 2024

needs rust fmt

@enomado
Copy link
Copy Markdown
Contributor

enomado commented Mar 21, 2024

#4181

@emilk emilk merged commit 0299663 into emilk:master Mar 21, 2024
hacknus pushed a commit to hacknus/egui that referenced this pull request Oct 30, 2024
Expose `egui_plot::items::values::PlotGeometry` in public API so that
`PlotItem`, which is already public, can actually be implemented by
applications. Fixes emilk#3464.

---------

Co-authored-by: Dominique Würtz <dom@blaukraut.info>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

egui_plot Related to egui_plot

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Need expose the PlotItem trait.

3 participants