Re: [Plplot-devel] I am having trouble figuring out why the -eofill command-line optionis being ignored for -dev wxwidgets

2017-09-29 Thread Alan W. Irwin
On 2017-09-30 02:27+0100 p.d.rosenb...@gmail.com wrote: I suspect this will be a bug in the render buffer, where the fill method is not correctly stored in or read from the buffer. You can check this by doing a plreplot with and device and seeing if the correct behaviour is maintained. To Phil

Re: [Plplot-devel] [Bug] Plmap omits lines at the left hand side ofthe map

2017-09-29 Thread Alan W. Irwin
On 2017-09-30 02:39+0100 p.d.rosenb...@gmail.com wrote: Sent from my Windows 10 phone From: Alan W. Irwin Sent: 29 September 2017 20:31 To: Phil Rosenberg Cc: Mark de Wever; plplot-dev For those who may now how plfill works a bit better than me, something that is supported by shapefiles, b

[Plplot-devel] I am having trouble figuring out why the -eofill command-line option is being ignored for -dev wxwidgets

2017-09-29 Thread Alan W. Irwin
Hi Phil: Just to remind you, all device drivers are supposed to use the even-odd fill rule if pls->dev_eofill is 1 and the non-zero fill rule otherwise where the differences between the two fill rules are nicely illustrated in . And if you look at the w

Re: [Plplot-devel] [Bug] Plmap omits lines at the left hand side of the map

2017-09-29 Thread Alan W. Irwin
On 2017-09-28 21:31+0100 Phil Rosenberg wrote: Hi Mark and anyone else who is listening I have just fixed the map plots. Apologies that this has taken sooo long. The changes have just been pushed to the development version and have been checked on my windows machine. Note that you were corre

Re: [Plplot-devel] [Bug] Plmap omits lines at the left hand side of the map

2017-09-29 Thread Mark de Wever
Hi Phil, On 28.9.17 22:31, Phil Rosenberg wrote: I have just fixed the map plots. Apologies that this has taken sooo long. The changes have just been pushed to the development version and have been checked on my windows machine. Note that you were correct also about there being an issue with

Re: [Plplot-devel] [Bug] Plmap omits lines at the left hand side of the map

2017-09-29 Thread Phil Rosenberg
Hi Mark, well spotted. Patch applied. Thanks for the contribution. On 29 September 2017 at 11:00, Mark de Wever wrote: > Hi Phil, > > On 28.9.17 22:31, Phil Rosenberg wrote: >> >> I have just fixed the map plots. Apologies that this has taken >> sooo long. The changes have just been pushed to