Skip to content

Commit

Permalink
PWGPP-517,PWGPP-534 -interactive histograms and projections
Browse files Browse the repository at this point in the history
  • Loading branch information
miranov25 committed Jul 10, 2022
1 parent e130b8a commit d6f2087
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ Code for interactive visualization of multidimensional data in ROOT or native Py
Support for ROOT data structures:
* TTree and TTreeFormula, Aliases ..
* TFormula, resp. any static Root/AliRoot functions
* RDataFrame <-> awkward - work i progress

#### No python packages dependencies on AliRoot
* ROOT + libStat
Expand All @@ -13,9 +14,15 @@ Support for ROOT data structures:
## RootInteractive content:

* **Visualization part wrappers**
* Interective easily configurable visualization of un-binned and binned data
* Interactive histogramming
* client/server application Jupyter, Bokeh
* client application - (Bokeh standalone)



* **Interactive histogramming and data aggregation** in many dimensions on client
*
* **Machine learning part ** work in progrees (mostly ErrPar branch)
* Wrappers for decision trees and Neural Net
* Provides interface for the reducible, irreducible errors, proability density function
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@

setup(
author_email='marian.ivanov@cern.ch, ivanov6@uniba.sk',
author='Marian Ivanov ',
author='Marian I. Ivanov, Marian Ivanov ',
url='https://github.com/miranov25/RootInteractive',
name='RootInteractive',
version='v0.01.04',
version='v0.01.05',
#packages=setuptools.find_packages(),
packages=setuptools.find_packages(exclude=["scripts*", "tests*","*d.ts"]),
license='Not defined yet. Most probably similar to ALICE (CERN) license',
Expand Down

0 comments on commit d6f2087

Please sign in to comment.