Alternatives to gnuplot+awk?

I’ve needed to do some more sophisticated graphing and plotting as of late. While I know that gnuplot is up to the task, and can do it all from the command line, are there other, simpler or more powerful tools that I’m missing? I’m a bit oldschool, so I tend to think of sed, awk, … Read more

gnuplot replace old plot with new

I am running a program which uses a plotting library for gnuplot. I am running a script and am supposed to view the resultant plot in real time. Inside the do loop, the plotting command would come up say 100 times. Because of this I am obtaining 100 seperate gnuplot windows containing the plot. The … Read more

Prevent the legend from being obscured in gnuplot’s “dumb” terminal

Gnuplot’s set term dumb is useful for visualizing data directly on a remote PC, where a GUI may not be available. However, I am seeing an issue, where the legend becomes obscured, causing the result to be unreadable. It seems like the plot lines are put on top of the legend: >>> gnuplot -e “set … Read more

set mouse mouseformat with gnuplot 5.2 or 5.4 for windows: wrong when explicit timedate format provided

set mouse mouseformat seems not to work when specifying format that includes timedate data. set mouseformat 3 gives you timedate vs y-axis, timedate format being previously specified with set timefmt. But if you explicitly provide timedate format to the mouseformat statement, it gets nuts: for example, set mouse mouseformat “%d %4.1f” will not give day … Read more

set mouse mouseformat with gnuplot 5.2 or 5.4 for windows: wrong when explicit timedate format provided

set mouse mouseformat seems not to work when specifying format that includes timedate data. set mouseformat 3 gives you timedate vs y-axis, timedate format being previously specified with set timefmt. But if you explicitly provide timedate format to the mouseformat statement, it gets nuts: for example, set mouse mouseformat “%d %4.1f” will not give day … Read more