Understanding your data would helpful, and so would understanding your goals for the data. For example, if you have repeated x values, how would you like them represented? (The code you posted above would create zig-zags in the plot in that case.)
To share your data alone, you could do this:
```
<--- paste output of dput(your_table %>% head(50)) here, including ```s
```