Bug 87919 - Histogram AutoBin mode in realtime
Summary: Histogram AutoBin mode in realtime
Status: RESOLVED FIXED
Alias: None
Product: kst
Classification: Applications
Component: general (show other bugs)
Version: 1.x
Platform: Compiled Sources Other
: NOR wishlist
Target Milestone: ---
Assignee: Rick Chern
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-08-24 11:27 UTC by Marc-Antoine Miville-Deschenes
Modified: 2004-08-24 20:02 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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