[LON-CAPA-users] Text and filledcurves

H. K. Ng hkng at fsu.edu
Wed Apr 9 18:31:39 EDT 2014


Hi,

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?

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.

Any ideas?

Thanks,
-hk

<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">
    <axis xmin="-5" ymin="-4" xmax="5" ymax="4" color="x000000"
yzero="thick-line" xzero="line" />
    <xlabel>Label X</xlabel>
    <ylabel>Label Y</ylabel>
    <curve linestyle="filledcurves" color="xaaaaaa" pointtype="1"
linetype="solid" linewidth="1" limit="closed" pointsize="1">
        <data>-2,2,2,-2,-2</data>
        <data>-2,-2,2,2,-2</data>
    </curve>
    <label xpos="0" ypos="1" color="x000000" justify="center"
rotate="0">Want this to be top layer</label>
</gnuplot>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.lon-capa.org/pipermail/lon-capa-users/attachments/20140409/73caacfa/attachment.html>


More information about the LON-CAPA-users mailing list