Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!news.glorb.com!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail From: hectorratia@gmail.com Newsgroups: comp.graphics.apps.gnuplot Subject: Horizontal grid not displaying properly Date: Tue, 12 Jun 2012 01:37:10 -0700 (PDT) Organization: http://groups.google.com Lines: 31 Message-ID: <43e29ec2-4e1e-4294-a60f-0c846c225064@googlegroups.com> NNTP-Posting-Host: 155.210.32.109 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1339490230 11147 127.0.0.1 (12 Jun 2012 08:37:10 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Tue, 12 Jun 2012 08:37:10 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=155.210.32.109; posting-account=a_Cg6woAAAAC9XbwCDzrUYaRN1BLcJVF User-Agent: G2/1.0 Xref: csiph.com comp.graphics.apps.gnuplot:1200 This image shows the problem: http://s13.postimage.org/qu0f6r2l3/COMPexp02.png The dashes of the horizontal grid are deformed. The script used to plot it is: set term png size 800,500 20 set out 'temp.png' set style line 11 lc rgb '#808080' lt 1 lw 4 set border ls 11 set tics front nomirror set style line 12 lc rgb '#808080' lt 0 lw 3 set grid back ls 12 set xlabel "t (s)" set ylabel "h (mm)" set key right top set key box linestyle 1 plot 'DATOS/upZZZ.out' using (($1-1)/30):($2*10) with line lw 2 lc rgb '#54= BC00' title 'Exp Up', 'DATOS/downZZZ.out' using (($1-1)/50):($2*10) with li= ne lw 2 lc rgb '#CEEA82' title 'Exp Down','YYY/XXX/volcadosondas_h.out' usi= ng 1:($2*1000) with line lw 2 lc rgb '#EF2B2D' title 'BHL Up','YYY/XXX/volc= adosondas_h.out' using 1:($3*1000) with line lw 2 lc rgb '#F9B2B7' title 'B= HL Down','YYY/UUU/volcadosondas_h.out' using 1:($2*1000) with line lw 2 lc = rgb '#007AA5' title 'BT Up','YYY/UUU/volcadosondas_h.out' using 1:($3*1000)= with line lw 2 lc rgb '#99D6DD' title 'BT Down' Any idea about how to fix the grid?