Re: [Plplot-devel] Recent diff results for 32-bit Wine

2013-10-14 Thread Arjen Markus
Hi Alan, > -Original Message- > From: Alan W. Irwin [mailto:[email protected]] ... > > In sum, there is an issue with our Python results on 32-bit Windows that > needs to be > confirmed also on 32-bit Linux. All theoretical analysis and practical gdb > results I can > come up w

[Plplot-devel] Recent diff results for 32-bit Wine

2013-10-14 Thread Alan W. Irwin
Hi Andrew: Happy (Canadian) Thanksgiving! Here are some recent test results I have obtained on my 32-bit MinGW/MSYS/Wine platform using the build_projects approach. c++ Missing examples: Differing postscript output : Missing stdout : Differing stdout

Re: [Plplot-devel] [Plplot-general] overline underline not working

2013-10-14 Thread phil rosenberg
Just a quick update on wxGCDC I just tried using wxGCDC in some of my code. It builds fine so it turns out wxWidgets 2.8 does include wxGCDC, however my plots all turn out blank. Not sure why. I found the Flush() method, but this doesn't change the output. With little documentation I'm not sure

Re: [Plplot-devel] [Plplot-general] overline underline not working

2013-10-14 Thread phil rosenberg
Hi Alan I think I agree that removing agg and freetype is probably a good plan, so that drops us down to 2 backends. I had just written a whole email about why we need to support wxDC and wxGraphics context because wxGraphicsContext give antialiased rendering with alpha support and wxDC gives no