miranov25 / RootInteractive

5 stars 12 forks source link

spinnerRangeBin (min,max,Nbins) - for visualization control - axis control fo histograms and functions (#207) #288

Open miranov25 opened 1 year ago

miranov25 commented 1 year ago

The widget controls a tuple of parameters (min, max, nbins)

Control for the range and number of bins in the same widget Should be used later in the NDhistograms and ND functions

for histograms can be later used range=[min, max],bins=[10] -> range=[,],bins=[]

miranov25 commented 1 year ago

Relates to #207