looks like vertical was introduced in gnuplot 4.2, so I've added the appropriate conditional code. thanks, it will be in the next release due out soon. this hasn't been the first time gnuplot changed their plotting language and I'm sure it won't be the last. sigh... -mark
On Thu, Mar 7, 2013 at 4:08 PM, Vishal Gupta <[email protected]> wrote: > Thanks. > > Regards, > Vishal Gupta > http://blog.vishalgupta.com > > From: Mark Seger <[email protected]> > Date: Thursday, 7 March 2013 17:32 > To: Vishal Gupta <[email protected]> > Cc: Collectl Interest <[email protected]> > Subject: Re: colplot and gnuplot version compatibility > > 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
