feedgnuplot icon indicating copy to clipboard operation
feedgnuplot copied to clipboard

Tool to plot realtime and stored data from the commandline, using gnuplot.

Results 6 feedgnuplot issues
Sort by recently updated
recently updated
newest added

## Issue: Generating multiple plots with stringed together bash commands (i.e.) `[plot 1 generator] & [plot 2 generator] & [plot 3 generator]` generates a separate process for each, thus hiding...

The following time format is not usable with feedgnuplot, but it is fully compatible with gnuplot: `--timefmt '%H:%M:%3.S'` for time like this: `16:02:54.672` The perl script terminates because `Time::Piece` does...

Hello I'm using the feedgnuplot and works fine. But i need some more advanced, i have a file with the settings to a multiplot, so i will to load the...

Hello Dima, I have started to use the feedgnuplot. What is the option to passed the commands from feedgnuplot to gnuplot after: plot '-' when I use the option --with...

Hi Dima, How the option feedgnuplot --stream influences gnuplot. Does the gnuplot uses while (1) { pause ; replot; } Best Regards Mirek

`gnuplot` has support for changing the data separator (see `set datafile separator`, p. 160 of http://www.gnuplot.info/docs_6.0/Gnuplot_6.pdf), but as far as I can tell `feedgnuplot` doesn't. Passing `--set 'datafile separator comma'`...