[Plplot-devel] Testing of unicode glyph offsets

2009-03-20 Thread Alan W. Irwin
The svg device driver requires a linear transformation (with empirically determined coefficients) to obtain correct vertical positioning of unicode glyphs. A scale factor is also required to obtain the correct size of glyphs. To help determine those coefficients I have put together a test python s

Re: [Plplot-devel] Problem with latest gfortran version under MinGW

2009-03-20 Thread Arjen Markus
Hello Alan, For MinGW we also have g95 and gfortran available. But it can't hurt to test with a FORTRAN 77 compiler perse. Regards, Arjen On 2009-03-20 02:31, Alan W. Irwin wrote: > > "trim" is recognized by the gfortran compiler (at least the version of it > that I have), but not g77 (which

Re: [Plplot-devel] Problem with latest gfortran version under MinGW

2009-03-20 Thread Arjen Markus
Hi Werner, right, my Fortran compiler is usually gfortran or g95 - g77 is a very old compiler that is no longer actively maintained. I can imagine that the compiler does not produce import libraries - shared libraries under Windows simply have too many pecularities, so they are probably beyond g77