xstring

  • Follow


I used to use xstring to write information to graph outside the axes.
Now with version 5.2 it is not possible to write outside the axes. The
text is being clipped sp only the part inside the axes is shown.

Is there another way to draw text on a graph without using xstring?


Best retads
Anders
0
Reply Anders 12/18/2009 7:33:06 PM

On 18 d=E9c, 20:33, Anders <simbal...@gmail.com> wrote:
> I used to use xstring to write information to graph outside the axes.
> Now with version 5.2 it is not possible to write outside the axes. The
> text is being clipped sp only the part inside the axes is shown.
>
> Is there another way to draw text on a graph without using xstring?

  Just after the xstring instruction,  put the following line

 e =3D gce();
 e.clip_state =3D "off"

  hth
Bruno
0
Reply bruno 12/18/2009 8:41:00 PM


On 18 Dec 2009, 21:41, bruno <bruno.pin...@iecn.u-nancy.fr> wrote:
> On 18 d=E9c, 20:33,Anders<simbal...@gmail.com> wrote:
>
> > I used to use xstring to write information to graph outside the axes.
> > Now with version 5.2 it is not possible to write outside the axes. The
> > text is being clipped sp only the part inside the axes is shown.
>
> > Is there another way to draw text on a graph without using xstring?
>
> =A0 Just after the xstring instruction, =A0put the following line
>
> =A0e =3D gce();
> =A0e.clip_state =3D "off"
>
> =A0 hth
> Bruno


Thanx!

/Anders
0
Reply Anders 1/8/2010 12:05:10 PM

2 Replies
373 Views

(page loaded in 0.075 seconds)

Similiar Articles:










7/24/2012 4:20:57 PM


Reply: