Version: 1.0.0_devel (using KDE 3.1.4) Installed from: compiled sources Compiler: gcc version 3.3 20030304 (Apple Computer, Inc. build 1495) OS: Darwin (Power Macintosh) release 7.5.0 It would be very useful to have the AutoBin mode of Histogram update in real time (i.e. the xmin and xmax recomputed at every update).
I think what we want here is an 'autobin once' option (the current behavior) as well as an auto-bin realtime checkbox. cbn On August 24, 2004 01:29 pm, Rick Chern wrote: > ------- You are receiving this mail because: ------- > You are the assignee for the bug, or are watching the assignee. > > http://bugs.kde.org/show_bug.cgi?id=87919 > rchern interchange ubc ca changed: > > What |Removed |Added > --------------------------------------------------------------------------- >- AssignedTo|kst kde org |rchern interchange ubc ca > Status|NEW |ASSIGNED > _______________________________________________ > Kst mailing list > Kst@kde.org > https://mail.kde.org/mailman/listinfo/kst
CVS commit by rchern: Added Real time auto bin check box. Both the x range and number of bins is recalculated on every update if it is checked. CCMAIL: 87919-done@bugs.kde.org M +73 -57 hsdialog.ui 1.21 M +23 -0 ksthistogram.cpp 1.28 M +6 -0 ksthistogram.h 1.20 M +4 -0 ksthsdialog_i.cpp 1.65