Not sure if this recommended patch made it to the list or not.
I think the 2.5 multiple might be a vestige of days gone by before we had
scaling options.
Taking it out makes it look like the current view without it and responds
to the scaling much better.
73
Mike W9MDB
===================================================================
--- plotter.cpp (revision 6172)
+++ plotter.cpp (working copy)
@@ -161,7 +161,7 @@
}
m_sum[i]=sum;
}
- if(m_bCumulative) y2=2.5*gain2d*(m_sum[i]/m_binsPerPixel +
m_plot2dZero);
+ if(m_bCumulative) y2=gain2d*(m_sum[i]/m_binsPerPixel + m_plot2dZero);
if(m_Flatten==0) y2 += 15; //### could do better!
###
if(m_bLinearAvg) { //Linear Avg
(yellow)
<https://www.avast.com/?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail>
This
email has been sent from a virus-free computer protected by Avast.
www.avast.com
<https://www.avast.com/?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail>
<#DDB4FAA8-2DD7-40BB-A1B8-4E2AA1F9FDF2>
------------------------------------------------------------------------------
Go from Idea to Many App Stores Faster with Intel(R) XDK
Give your users amazing mobile app experiences with Intel(R) XDK.
Use one codebase in this all-in-one HTML5 development environment.
Design, debug & build mobile apps & 2D/3D high-impact games for multiple OSs.
http://pubads.g.doubleclick.net/gampad/clk?id=254741551&iu=/4140
_______________________________________________
wsjt-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wsjt-devel