Re: [Plplot-devel] accessibility to plstrl & plP_mmpcy

2012-07-04 Thread phil rosenberg
s might be an obstacle to watch out for too. I will make sure the wxWidgets newline patch is submitted as soon as I have it ready. Phil Message: 3 Date: Tue, 3 Jul 2012 23:40:36 +0100 From: Andrew Ross Subject: Re: [Plplot-devel] accessibility to plstrl & plP_mmpcy To: "Alan W. Irwin

Re: [Plplot-devel] accessibility to plstrl & plP_mmpcy

2012-07-03 Thread Andrew Ross
On Tue, Jul 03, 2012 at 11:25:45AM -0700, Alan Irwin wrote: > On 2012-07-03 13:21+0100 Andrew Ross wrote: > > > On Tue, Jul 03, 2012 at 11:05:17AM +0200, Sylwester Arabas wrote: > >> Hi Andrew, > >> > >> Thanks for your answer. > >> > >> On 03/07/12 10:05, Andrew Ross wrote: > >> > On Sat, Jun 30,

Re: [Plplot-devel] accessibility to plstrl & plP_mmpcy

2012-07-03 Thread Alan W. Irwin
On 2012-07-03 13:21+0100 Andrew Ross wrote: > On Tue, Jul 03, 2012 at 11:05:17AM +0200, Sylwester Arabas wrote: >> Hi Andrew, >> >> Thanks for your answer. >> >> On 03/07/12 10:05, Andrew Ross wrote: >> > On Sat, Jun 30, 2012 at 11:54:37AM +0200, Sylwester Arabas wrote: >> >> In GDL (gnudatalangua

Re: [Plplot-devel] accessibility to plstrl & plP_mmpcy

2012-07-03 Thread Andrew Ross
On Tue, Jul 03, 2012 at 11:05:17AM +0200, Sylwester Arabas wrote: > Hi Andrew, > > Thanks for your answer. > > On 03/07/12 10:05, Andrew Ross wrote: > > On Sat, Jun 30, 2012 at 11:54:37AM +0200, Sylwester Arabas wrote: > >> In GDL (gnudatalanguage) we use two "private" plplot functions: > >> p

Re: [Plplot-devel] accessibility to plstrl & plP_mmpcy

2012-07-03 Thread Sylwester Arabas
Hi Andrew, Thanks for your answer. On 03/07/12 10:05, Andrew Ross wrote: > On Sat, Jun 30, 2012 at 11:54:37AM +0200, Sylwester Arabas wrote: >> In GDL (gnudatalanguage) we use two "private" plplot functions: >> plstrl and plP_mmpcy to get string width: >> ... >> Are there any "public" equiva

Re: [Plplot-devel] accessibility to plstrl & plP_mmpcy

2012-07-03 Thread Andrew Ross
Hi Sylwester, These functions are part of the internal API of plplot as you note and so are not guaranteed to be available to the user. In fact using -fvisibility=hidden enforces this (and hence shows up problems like yours). I don't think there is a sensible alternative in the current external

[Plplot-devel] accessibility to plstrl & plP_mmpcy

2012-06-30 Thread Sylwester Arabas
Hello, In GDL (gnudatalanguage) we use two "private" plplot functions: plstrl and plP_mmpcy to get string width: http://gnudatalanguage.cvs.sf.net/viewvc/gnudatalanguage/gdl/src/plotting_xyouts.cpp?view=markup That functions well but is not allowed in Debian for examples, as there plplot is