<div dir="ltr"><div><div><div><div><div>Hi, <br><br></div>Does any know how make sure the text for a gnuplot is the top layer so it will show up in the case of filledcurves?<br><br></div>For example, the filled box below covers over the text. It doesn't matter whether the text tag is placed before or after the box.<br>
<br></div>Any ideas?<br><br></div>Thanks,<br></div>-hk<br><div><div><div><br><gnuplot width="300" transparent="on" samples="100" grid="on" font="10" bgcolor="xffffff" height="300" align="left" fgcolor="x000000" border="on" plottype="Cartesian" texwidth="70" fontface="serif" texfont="12"><br>
<axis xmin="-5" ymin="-4" xmax="5" ymax="4" color="x000000" yzero="thick-line" xzero="line" /><br> <xlabel>Label X</xlabel><br>
<ylabel>Label Y</ylabel><br> <curve linestyle="filledcurves" color="xaaaaaa" pointtype="1" linetype="solid" linewidth="1" limit="closed" pointsize="1"><br>
<data>-2,2,2,-2,-2</data><br> <data>-2,-2,2,2,-2</data><br> </curve><br> <label xpos="0" ypos="1" color="x000000" justify="center" rotate="0">Want this to be top layer</label><br>
</gnuplot><br><br></div></div></div></div>