10-31-2007 09:54 AM
10-31-2007 10:15 AM
01-15-2008 03:56 AM
@altenbach wrote:An intensity graph takes a 2D array and thus assumes that all elements are linearly spaced in the plane (you can change the offset and multiplier for the mapping between x, y and the array indices). If you want a logarithmic scaling, you would need to remap the data into a new array accordingly. Shouldn't be too hard. 🙂
03-24-2010 02:53 AM
Hey guys,
This thread is old, but the problem still persists in LV 2009. Very weird that they havent made it possible to adjust the scales.
Anyroad, remapping the data won't adjust the scales, just the data. The scale can only have linear spacing defined by the offset and multiplier.
So I guess using intensity graph if you want logarithmic scales is a dead end, so a 3D graph should be made instead.