|
From: Ethan A M. <sf...@us...> - 2017-11-06 20:19:42
|
On Monday, November 6, 2017 11:52:48 AM PST Achim Gratz wrote: > Achim Gratz writes: > > I can't test it on production code for about the next two weeks (I > > might > > build it before), but having the patch works just fine for me, no need > > for a tarball. > > I've released 5.2.1 for Cygwin and have tested it today. There are some > seemingly harmless (if annoying) warnings about the linked axes not > matching up as expected and the symptom in general seems to be that the > sign of the two values that are supposedly identical are reversed. That's unexpected, since the test is now being made against the absolute value of the difference, so sign should not matter. If you can provide a script that shows the problem, I'd like to fix it before packaging up 5.2.2 > I have to get to the bottom of it later. The only other difference to > 5.0.7 I've noticed is that the key box in some cases overlaps with some > labeling outside the main plot area. Again, I don't know exactly when > and why that happens, but I will eventually try to find out. Are these 3D plots? Have a look at the documentation for "set key fixed". Ethan > > Regards, > Achim. |