diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b25c15b --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +*~ diff --git a/Changes b/Changes index 6f9eef6..d29dd06 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,11 @@ +feedgnuplot (1.57) unstable; urgency=medium + + * Added --xticlabels to label the x-axis tics from the data + * Added --equation-above and --equation-below to control the equation + drawing sequence + + -- Dima Kogan Sun, 21 Feb 2021 13:56:23 -0800 + feedgnuplot (1.56) unstable; urgency=medium * Updated default hardcopy settings diff --git a/README.pod b/README.pod index b134c3c..ce3ea97 100644 --- a/README.pod +++ b/README.pod @@ -73,10 +73,13 @@ network interface in bytes/second (uses bash, awk and Linux): =head1 DESCRIPTION -This is a flexible, command-line-oriented frontend to Gnuplot. It creates -plots from data coming in on STDIN or given in a filename passed on the -commandline. Various data representations are supported, as is hardcopy -output and streaming display of live data. A simple example: +This is a flexible, command-line-oriented frontend to Gnuplot. It creates plots +from data coming in on STDIN or given in a filename passed on the commandline. +Various data representations are supported, as is hardcopy output and streaming +display of live data. For a tutorial and a gallery please see the guide at +L + +A simple example: $ seq 5 | awk '{print 2*$1, $1*$1}' | feedgnuplot @@ -578,6 +581,18 @@ list =item +C<--xticlabels> + +If given, the x-axis tic labels are not numerical, but are read from the data. +This changes the interpretation of the input data: with C<--domain>, each line +begins with C. Without C<--domain>, each line begins with C