emilk / emilk/egui_plot

Allow for Plot Bounds Setting with Linked Axes

Open
#5 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Rust
Stars
468
Forks
108
Avg merge
15m
Merged PRs (30d)
3

Description

It seems as though there is no way to control the visible bounding box for plots that have been linked with a `LinkedAxisGroup`.

I have two plots that I have grouped with a `LinkedAxisGroup`. It seems as though there is no way for me to control the visible area through a bounding box and the autoscaling is not working because I have the linked axes.

**Describe the solution you'd like**
I looked in the source code and noticed that the `LinkedAxisGroup` has a `get` and `set` methods for the PlotBounds, but they are not public. Would it be possible to make those public?

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.