Hi Sean,
that does not seem to work :-(
globalAttributes.interval is always 1, irrespective of what I specify in
the histogram GUI.
Is that what it should be like ?

axel



Am 13.08.2015 um 15:09 schrieb Sean Luke:
> This is a stupid bug.  I believe you can fix it by changing line 360 in sim/portrayal/inspector/ChartingPropertyInspector.java
> from
>
> 	(lastTime < time || !updatedOnceAlready))  // bug fix 
> to
>
> 	(lastTime + globalAttributes.interval <= time || !updatedOnceAlready))  // bug fix 
>
> Sean
>