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>
_______________________________________________
LON-CAPA-users mailing list
LON-CAPA-users@mail.lon-capa.org
http://mail.lon-capa.org/mailman/listinfo/lon-capa-users

Reply via email to