Re: [Plplot-devel] PLfill function shifts 2 pixels (wxwidgets)

2013-08-08 Thread Joost Kuckartz
I found the error for the wxWidgets device offset! It is indeed a PLplot bug, deep inside wxwidgets_dc.cpp. The following will fix it. inside the function void wxPLDevDC::FillPolygon( PLStream *pls ) modify the following: m_dc->DrawPolygon( pls->dev_npts, points, wxODDEVEN_RULE );

[Plplot-devel] Extra DESTDIR

2013-08-08 Thread Orion Poplawski
Okay, next issue :) r12284 | airwin | 2013-01-07 22:26:34 -0700 (Mon, 07 Jan 2013) | 13 lines Insert \$ENV{DESTDIR} appropriately (with the "$" escaped because you want the environment variable DESTDIR to be read at install

[Plplot-devel] Building PLplot on Mac OS X with the latest toolchain

2013-08-08 Thread Alan W. Irwin
On 2013-08-07 20:27-0700 Jerry wrote: > [...]It seems like an obvious thing for me to do is to try again [to build PLplot] at least with 4.8.0 to see what happens. Hi Jerry: I have changed the subject line to something more appropriate for how this discussion has turned to a new topic. Although

Re: [Plplot-devel] plwid -> plwidth broke Ada bindings

2013-08-08 Thread Alan W. Irwin
On 2013-08-07 21:10-0600 Orion Poplawski wrote: > On 08/07/2013 08:56 PM, Alan W. Irwin wrote: >> >> @Orion: just to confirm that, could you double-check you are testing >> the latest revision of PLplot trunk that includes Andrew's revision >> 12337 fixes for my widespread revision 12288 change?