Open GoogleCodeExporter opened 9 years ago
After some investigation - this 'bug' will take some work to fix fully.
However, we
could provide a temporary, less good fix, which would be:
When reading data for 3D plotting and the number of data points is higher than
say 100 then artificially force these data points to fit within 100 bin widths.
Say the number of data points is N > 100 then bin these data within 100 bin
widths. Take the example of N=1000. Splitting 1000 data points into 100 bins
means that each bin will be the average of N/100 = 10 data points.
However, this is a somewhat desparate short term fix.
The proper way of doing it would be that we keep the data as it, but present
different views of the data depending on how big the chart is on the screen,
this would require some work to get it right
Original comment by and...@markvardsen.net
on 17 Nov 2012 at 8:36
Original issue reported on code.google.com by
anders.m...@stfc.ac.uk
on 27 Oct 2012 at 8:30