TDownSampling and X logarithimc scale
Posted: Wed May 13, 2015 11:10 am
Hello,
I use your function for downsampling series TDownSampling and it can be perfect for me. I need to show many points >1E6 in graph with MIN/MAX reduction procedure. It works fine but....
It works good for linear bottom axis. If I change to log scale I can see that on start on bottom axis there are missing points in resampled series. I think you calculate one reduce value (how many points will be reduced in one pixel) for whole axis range. This reduce value is valid only for linear scale not for log scale.
IS there any way how to use variable reduce value?
How to use TDownSampling with log scale correctly?
I use your function for downsampling series TDownSampling and it can be perfect for me. I need to show many points >1E6 in graph with MIN/MAX reduction procedure. It works fine but....
It works good for linear bottom axis. If I change to log scale I can see that on start on bottom axis there are missing points in resampled series. I think you calculate one reduce value (how many points will be reduced in one pixel) for whole axis range. This reduce value is valid only for linear scale not for log scale.
IS there any way how to use variable reduce value?
How to use TDownSampling with log scale correctly?