Bug 87919

Summary: Histogram AutoBin mode in realtime
Product: [Applications] kst Reporter: Marc-Antoine Miville-Deschenes <mamd>
Component: generalAssignee: Rick Chern <rchern>
Status: RESOLVED FIXED    
Severity: wishlist    
Priority: NOR    
Version: 1.x   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Other   
Latest Commit: Version Fixed In:

Description Marc-Antoine Miville-Deschenes 2004-08-24 11:27:43 UTC
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).
Comment 1 Netterfield 2004-08-24 19:58:23 UTC
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

Comment 2 Rick Chern 2004-08-24 20:02:15 UTC
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