|
From: Gerhard S. <st...@un...> - 2026-02-22 17:30:23
|
Dear Andrey, in case your x values are from a dataset, you have access to these via "dataxvalue(ds,i)" and "ndata(ds)". For further details and an example see the manual. Best regards, Gerhard On 2/22/26 12:36, Andrey G. Grozin via Glx-general wrote: > ---------- Forwarded message ---------- > Date: Wed, 11 Feb 2026 10:53:06 +0700 (+07) > From: Andrey G. Grozin via Glx-devel <glx...@li...> > Reply-To: Andrey G. Grozin <A.G...@in...> > To: glx...@li... > Subject: [GLE-devel] arrays of lists? > > Hello *, > > Is it possible in gle to have something like an array or a list of > real numbers which could be addressed by an index? I'd like to write a > subroutine to draw generalized dashed lines: from 0 to x1 line, from > x1 to x2 gap, from x2 to x3 line, from x3 to x4 gap, ... (any number > of x<i>). > > Andrey > > > _______________________________________________ > Glx-devel mailing list > Glx...@li... > https://lists.sourceforge.net/lists/listinfo/glx-devel > > > > _______________________________________________ > Glx-general mailing list > Glx...@li... > https://lists.sourceforge.net/lists/listinfo/glx-general |