eplot
eplot copied to clipboard
Thanks for the nice tool. I have packaged it for inclusion in [MacPorts](https://www.macports.org/), and one thing I had to do was patch the `gnuplot` invocation to allow customizing the binary...
Using a command like `eplot data.txt -s 2` generates a cropped image instead of a complete bigger image. The command seems to get the image to a higher resolution, but...
Hi! I just fount this lil app - awesome! But im missing an option: how can i enlarge the chart size to use the full terminal instead of its default...
It would be nice if the default were not to display the commands used. This is especially helpful when printing results to the terminal. I could just redirect `stderr` to...
How can I tell `eplot` that my first column contains timestamps? I have tried this: ```sh echo '2022-12-15T12:18:26 104.8 2022-12-16T12:36:16 81.36 2022-12-17T14:06:25 79.875' | eplot -d -x 'xdata time; timefmt...