Re: [Plplot-devel] Propagation status for release

2015-02-15 Thread Arjen Markus
Hi Alan, > -Original Message- > From: Alan W. Irwin [mailto:ir...@beluga.phys.uvic.ca] > Sent: Sunday, February 15, 2015 9:13 PM > To: Arjen Markus > Cc: PLplot development list > Subject: RE: [Plplot-devel] Propagation status for release > > > > There is something extremely weird going on

Re: [Plplot-devel] Intrusive style change just made to master branch

2015-02-15 Thread Alan W. Irwin
series went into master. However, on their own they did not apply cleanly. The style change normally simply only changes whitespace so I also tried git am --interactive --ignore-space-change --ignore-whitespace \ ~irwin/Jim.Dishaw/20150215/plbuf_plmem.patch while ignoring the first four patc

Re: [Plplot-devel] Propagation status for release

2015-02-15 Thread Arjen Markus
Hi Alan, > -Original Message- > From: Alan W. Irwin [mailto:ir...@beluga.phys.uvic.ca] > > Actually, it appears from what you said above that you have already reached > the > Sombrero consistency goal for C and Fortran. If Tcl also is consistent with > those > Sombrero results then you

Re: [Plplot-devel] Intrusive style change just made to master branch

2015-02-15 Thread Jim Dishaw
Grr, here is the patch. Coding with a cold is *no* fun. plbuf_plmem.patch Description: Binary data On Feb 15, 2015, at 11:04 PM, Jim Dishaw wrote: > > On Feb 15, 2015, at 10:35 PM, "Alan W. Irwin" > wrote: > >> On 2015-02-15 21:15-0500 Jim Dishaw wrote: >> >>> Did the patch I sent earli

Re: [Plplot-devel] Intrusive style change just made to master branch

2015-02-15 Thread Jim Dishaw
On Feb 15, 2015, at 10:35 PM, "Alan W. Irwin" wrote: > On 2015-02-15 21:15-0500 Jim Dishaw wrote: > >> Did the patch I sent earlier work? > > The last I saw from you was the patch (actually a patch series) you > sent 3 days ago. That got into the integrated series by Phil (which > worked, whi

[Plplot-devel] plmetafile compatibility

2015-02-15 Thread Jim Dishaw
I need to create a new metafile version because there are commands (CHANGE STATE CHR and CHANGE STATE SYM) that are not supported by the current version (2005) metafile. Also, the current version does not save the color alpha channels. What other shortcomings need to fixed? I will maintain bac

Re: [Plplot-devel] Intrusive style change just made to master branch

2015-02-15 Thread Alan W. Irwin
On 2015-02-15 21:15-0500 Jim Dishaw wrote: > Did the patch I sent earlier work? The last I saw from you was the patch (actually a patch series) you sent 3 days ago. That got into the integrated series by Phil (which worked, which I think answers your question). Because that worked, Phil pushed

Re: [Plplot-devel] Intrusive style change just made to master branch

2015-02-15 Thread Jim Dishaw
Did the patch I sent earlier work? > On Feb 15, 2015, at 7:43 PM, Alan W. Irwin wrote: > >> On 2015-02-15 23:07- Phil Rosenberg wrote: >> >> Hi Alan >> How do you perform the style changes and do you know if I can do the >> same with Cygwin. >> I just did a rebase and all my changes confl

Re: [Plplot-devel] Intrusive style change just made to master branch

2015-02-15 Thread Alan W. Irwin
On 2015-02-15 23:07- Phil Rosenberg wrote: > Hi Alan > How do you perform the style changes and do you know if I can do the > same with Cygwin. > I just did a rebase and all my changes conflicted - presumably because > MSVC++ uses tabs rather than spaces. If I can replicate the restyle on > my

Re: [Plplot-devel] Intrusive style change just made to master branch

2015-02-15 Thread Phil Rosenberg
Hi Alan How do you perform the style changes and do you know if I can do the same with Cygwin. I just did a rebase and all my changes conflicted - presumably because MSVC++ uses tabs rather than spaces. If I can replicate the restyle on my commits before I do any further work I can avoid that happe

Re: [Plplot-devel] Propagation status for release

2015-02-15 Thread Alan W. Irwin
On 2015-02-15 16:54- Arjen Markus wrote: > The same [degenerate path] pattern appears (for the Rosenbrock function) in > the Tcl version, but I have no idea what it is supposed to draw and why the > Fortran version does not show this. All the calls are there in all versions. > Really odd. I

Re: [Plplot-devel] Propagation status for release

2015-02-15 Thread Alan W. Irwin
On 2015-02-15 16:59- Arjen Markus wrote: > Hi Alan, > >> >>> No, when I ran the example for the three languages, I made sure that they >>> were all >> doing the Rosenbrock function. Odd that the sombrero function does not give >> these >> extra PS commands. I will have to check that on my sy

Re: [Plplot-devel] Propagation status for release

2015-02-15 Thread Arjen Markus
Hi Alan, > > > No, when I ran the example for the three languages, I made sure that they > > were all > doing the Rosenbrock function. Odd that the sombrero function does not give > these > extra PS commands. I will have to check that on my system. > > FYI: the extra commands look like this: > >

Re: [Plplot-devel] Propagation status for release

2015-02-15 Thread Arjen Markus
Hi Alan, See my comments below regarding example 8 and testing on Windows (Cygwin, MinGW and bare Windows) > > > No, when I ran the example for the three languages, I made sure that they > > were all > doing the Rosenbrock function. Odd that the sombrero function does not give > these > extr

Re: [Plplot-devel] Resize issues

2015-02-15 Thread Alan W. Irwin
On 2015-02-15 08:28- Phil Rosenberg wrote: > [...]If you prefer fixed aspect [for wxwidgets resizes] I will use this as default. Yes please. Alan __ Alan W. Irwin Astronomical research affiliation with Department of Physics and Astronomy, University of Victoria (astr

Re: [Plplot-devel] Resize issues

2015-02-15 Thread Phil Rosenberg
I have already added the functionality in wxWidgets to have fixed or dynamic aspect ratio. I just haven't yet added a front end toggle option on the menu. If you prefer fixed aspect I will use this as default. This has the advantage that diagonal text keeps the correct angle. Phil -Origina