emilk / emilk/egui_plot

How to delete or reduce the gaps between data

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

Description

I have some data which is only available for a few hours each day, when I plot those data, which use timestamp as x axis, it looks like:

```
| 1 2 3 4 10001 10002 10003 ...|
|<- log gap ->|
```
how to fix it looks like this:

```
| 1 2 3 4 10001 10002 10003 |
```

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.