emilk / emilk/egui_plot

add function `set_x method` with (start: f64, end: f64) to make better experience for set_x(&self, &PlotBounds)

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

Description

**Is your feature request related to a problem? Please describe.**

When developing with egui 0.34, it makes mad when i only need to change x while i need to pass the whole struct

**Describe the solution you'd like**

add a method of set_x_bound(&self, start: f64, end: f64) to do things in set_x(&self, &Self)

**Describe alternatives you've considered**

**Additional context**

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.