Hi Xavier
this would be nice feature. Current Histogram implementation is quite
generic. The data model (see HistogramDataModel.java) can
be used for different types data. For the viewing part is implemented in
base class (Histogram.java). All the pieces are there for what
you've suggested. We
Sounds like a good idea, we just have to figure out what is the best way to
show this to the user without taking up too much valuable window space.
Here's a proposal:
We could put a [+]/[-] widget next to the full trace histogram (when it is
an experiment/trace set), and expanding it would show th
Sounds cool, I was toying (wishing) with the idea of moving the
histogram view to swtchart, that way we can have filters and whatnot in
the histogram too.
On 13-11-27 12:25 PM, Xavier Raynaud wrote:
> Hi,
>
> I've a question (and perhaps an enhancement proposal) about the
> histogram.
> When displa
Hi,
I've a question (and perhaps an enhancement proposal) about the histogram.
When displaying an experiment containing more than one trace, all events
are merged in a single histogram in the histogram view.
What about also displaying an histogram for each trace of the experiment ?
Xavier