Re: opendkim-gengraphs & gnuplot

From: Murray S. Kucherawy <msk_at_blackops.org>
Date: Tue, 22 May 2012 07:53:55 -0700 (PDT)

On Tue, 22 May 2012, Andreas Schulze wrote:
> gengraphs requires a gnuplot version 4.4 or higher because it uses the
> plot-style "circles". My older gnuplot 4.2 doesn't know 'circles' :-(
>
> I tried with 'dots' but the result looks only like pixel errors on my
> screen. What other plot-styles may I try?

"dots" is the closest thing. In fact, they're the same except for the
fact that repeated data points make "circles" bigger. For example, if
your data set is this:

(1,1) (2,2) (1,1)

...then with "dots" there's a dot at (1,1) and one at (2,2); with
"circles" there's a dot (a tiny circle) at (2,2) and a slightly bigger dot
(a slightly bigger circle) at (1,1).

Once you've been collecting data long enough, you might start to see some
real differences, but it depends on what the data set looks like. For
example, our plots are here:

http://www.opendkim.org/stats/graphs/

As you can see, it's mostly dots anyway for the larger signers, and you
would get a good representation of your data just from the dots.

So perhaps the right thing to do is have opendkim-gengraphs auto-sense
which version of gnuplot it has, and select "dots" for things older than
4.4.

-MSK
Received on Tue May 22 2012 - 14:54:29 PST

This archive was generated by hypermail 2.3.0 : Mon Oct 29 2012 - 23:33:33 PST