Re: [Plplot-devel] legend and label using wxWidgets

2016-12-28 Thread Alan W. Irwin
On 2016-12-28 23:19+0100 Laurent Berger wrote: > wxwidgets commit 0bf38e1 x04 y axis label is good > (https://github.com/wxWidgets/wxWidgets/commit/0bf38e11a33005e289e30c8bc7c67563eae061be) > > wxwidgets commit 49000def x04 y axis label is false >

Re: [Plplot-devel] wxwidgets-related dependencies

2016-12-28 Thread Alan W. Irwin
On 2016-12-28 19:14- p.d.rosenb...@gmail.com wrote: > Hi Alan > The problem with building all is that it rebuilds all the examples. When using static libs this means relinking them as well and the whole process takes a few minutes, rather than the few seconds to build one example. I agree

Re: [Plplot-devel] legend and label using wxWidgets

2016-12-28 Thread p.d.rosenberg
Hi Laurent Thanks for this incite. It is good that they have included this functionality as it will mean in the future I can simplify a lot of code in the driver. I have a suspicion that I’m mistakenly switching from plplot y upwards coordinates to wxWidgets y downwards coordinates twice, but

Re: [Plplot-devel] legend and label using wxWidgets

2016-12-28 Thread Laurent Berger
wxwidgets commit 0bf38e1 x04 y axis label is good (https://github.com/wxWidgets/wxWidgets/commit/0bf38e11a33005e289e30c8bc7c67563eae061be) wxwidgets commit 49000def x04 y axis label is false (https://github.com/wxWidgets/wxWidgets/commit/49000defcfb11b409d8935126981b14169ee62a3) Le

Re: [Plplot-devel] legend and label using wxWidgets

2016-12-28 Thread Laurent Berger
With your last message I have found a way to solve problem cd wxWiget-3.1.0git checkout cbb799b Checking out files: 100% (1470/1470), done. Note: checking out 'cbb799b'. You are in 'detached HEAD' state. You can look around, make experimental changes and commit them, and you can discard any

Re: [Plplot-devel] wxwidgets-related dependencies

2016-12-28 Thread p.d.rosenberg
Hi Alan The problem with building all is that it rebuilds all the examples. When using static libs this means relinking them as well and the whole process takes a few minutes, rather than the few seconds to build one example. Phil Sent from my Windows 10 phone From: Alan W. Irwin Sent: 28

Re: [Plplot-devel] legend and label using wxWidgets

2016-12-28 Thread p.d.rosenberg
Thanks Laurent You are a few commits ahead of me I think so I'll update, just in case it makes a difference. I use 64 bit, which I think is the same as you. Are you using wxWidgets 3.1? I am using 3.0 I think, but I'll check. Phil Sent from my Windows 10 phone From: Laurent Berger Sent: 28

Re: [Plplot-devel] wxwidgets-related dependencies

2016-12-28 Thread Alan W. Irwin
On 2016-12-28 09:14- p.d.rosenb...@gmail.com wrote: > The deal is that although there is no build time dependency of the examples upon wxPLViewer, there is a run time dependency. Does that make sense? Yes. As a matter of convenience you would like _all_ your changes to build rather than the

Re: [Plplot-devel] legend and label using wxWidgets

2016-12-28 Thread Laurent Berger
git log commit 26bc4bf13aa41dff0e19345e982eca00a0458578 Author: Alan W. Irwin Date: Sat Dec 24 14:32:48 2016 -0800 Apply spell checker to release notes I have got a dual screen. I have check example on my laptop and problem exist too. Do you use 32 bit or

Re: [Plplot-devel] wxwidgets-related dependencies

2016-12-28 Thread p.d.rosenberg
Hi Alan Sorry for top posting, but I’m on my phone which doesn't seem to indent older text so I think this is simpler. A common scenario for me (I thought this may have been Laurent’s issue, but it seems not) is that I make a change in the wxWidgets part of plplot, then in visual studio I