Open jeromerousselot opened 14 years ago
I think makeScatterChartDataset has a bug.
That dataset$bins and dataset$fields is empty is normal, because although the selected scalar files contain histograms, the "add()" arguments to loadDataset() filters them out, and only the "mean" and "channel utilization" scalars get loaded. If you just do plain loadDataset(scalarFiles), the fields and bins will be there.
When trying demo(charts, package='omnetpp'), I get:
In the dataset object, I can see the values in dataset$scalars$value. There is nothing in dataset$bins, or in dataset$fields. I don't know if this is normal or not.