<div dir="ltr">Hi,<div><br></div><div>It seems that images generated using gnuplot do not line up the same way as previously generated images. The images are staggered, not like </div><div><br></div><div>image - selection</div><div>image - selection</div><div><br></div><div>See example below. Anyone knows how to fix this?</div><div><br></div><div>Thanks,</div><div>-hk</div><div><br></div><div><div><problem></div><div><script type="loncapa/perl"></div><div>$gnuplot = &plotThis();</div><div><br></div><div>sub plotThis {</div><div><br></div><div>$gnuplot=<<GNUPLOT;</div><div><gnuplot width="200" transparent="off" samples="100" grid="on" font="10" bgcolor="xffffff" height="200" align="left" fgcolor="x000000" border="on" plottype="Cartesian" texwidth="70" fontface="sans-serif" bmargin="4" rmargin="1" tmargin="2" lmargin="6" texfont="12"></div><div>    <axis xmin="-5" ymin="-4" xmax="5" ymax="4" color="x000000" yzero="thick-line" xzero="line" /></div><div>    <ytics minorfreq="2" location="border" mirror="off" increment="2" start="-4" /></div><div>    <xlabel>Label X</xlabel></div><div>    <ylabel>Label Y</ylabel></div><div>    <curve linestyle="lines" color="x000000" pointtype="2" linetype="dashed" linewidth="1" limit="closed" pointsize="1"></div><div>        <function>sin(x)</function></div><div>    </curve></div><div></gnuplot></div><div>GNUPLOT</div><div>return $gnuplot;</div><div>}</div><div></script></div><div><startouttext /></div><div>The figures are not in the right place for the option selections.</div><div><endouttext /></div><div><br></div><div><optionresponse max="600" randomize="no" id="13"></div><div>   <foilgroup options="('Select 1','Select 2','Select 3')"></div><div>      <foil value="Select 1" name="s1"></div><div>         <startouttext /><parse>$gnuplot</parse><endouttext /></div><div>      </foil></div><div>      <foil value="Select 2" name="s2"></div><div>         <startouttext /><parse>$gnuplot</parse><endouttext /></div><div>      </foil></div><div>      <foil value="Select 3" name="s3"></div><div>        <startouttext /><parse>$gnuplot</parse><endouttext /></div><div>      </foil></div><div>      </foilgroup></div><div></optionresponse></div><div><br></div><div></problem></div></div></div>