Thanks for the feedback. I wasn't ignoring the note I've just been very busy. The real short answer is I don't have a compatibility chart. As newer versions of gnuplot showed up that didn't work, I added some version-specific code to colplot and of course I don't have a team to help me verify every combination of versions, switches, etc. I'll put in a check for this. I'm hoping to psuh out new versions of collectl/utils in the next week or two if I can find some free time. Thanks... -mark
On Tue, Mar 5, 2013 at 8:30 AM, Vishal Gupta <[email protected]> wrote: > Mark, > > Do you maintain a matrix of colplot and gnuplot version compatibility > matrix? > > For example colplot has problem displaying legends for following version > combination. > > collectl-utils-3.2.1-1 (colplot V4.6.3) > Gnuplot V4.0 [gnuplot-4.0.0-14.el5] on RHEL/OEL 5.8 > > > This is because colplot is generating > > In /usr/share/collectl/colplotlib.ph, its trying to set vertical for key. > But gnuplot V4.0 does not recognise vertical symbol for set key. It started > giving errors. I had to remove vertical for graphs to be generated with > legends. > > # defaults for legend > my $legend=$pparams->{legend}; > print INI "set key top vertical right outside Right samplen 1 spacing > .7\n" > if $pparams->{filetype}!~/term/ && $legend=~/on/; > print INI "set nokey\n" if $legend=~/off/i; > > > Regards, > Vishal Gupta > http://blog.vishalgupta.com ------------------------------------------------------------------------------ Symantec Endpoint Protection 12 positioned as A LEADER in The Forrester Wave(TM): Endpoint Security, Q1 2013 and "remains a good choice" in the endpoint security space. For insight on selecting the right partner to tackle endpoint security challenges, access the full report. http://p.sf.net/sfu/symantec-dev2dev _______________________________________________ Collectl-interest mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/collectl-interest
