Hi. I'm building a system that should display a histogram with times from brain cell spikes. The measurement measures all spikes, but they have to be displayed relative to a time t0. So the histogram has to start at -t0 and run to (measurement time - t0).
I'm using the general histogram library function, but when I feed it with the necessary bins and data (both contain negative parts thus), it only displays the positive times. The axis starts from -t0 however.
You can check the VI I'm testing the histogram with.
What could be the reason for this strange behaviour?