Files | |
| df104.py | |
| The Higgs to two photons analysis from the ATLAS Open Data 2020 release, with RDataFrame.  | |
| df105.py | |
| The W boson mass analysis from the ATLAS Open Data release of 2020, with RDataFrame.  | |
| raxis.cxx | |
| This ROOT7 example demonstrates how to create a RCanvas and draw several RAxis objects with different options.  | |
| rbox.cxx | |
| This ROOT 7 example demonstrates how to create a ROOT 7 canvas (RCanvas) and draw ROOT 7 boxes in it (RBox).  | |
| rbox.py | |
| This ROOT 7 example demonstrates how to create a ROOT 7 canvas (RCanvas) and draw ROOT 7 boxes in it (RBox).  | |
| rcanvas_mt.cxx | |
| This macro demonstrate usage of ROOT7 graphics from many threads Three different canvases in three different threads are started and regularly updated.  | |
| rcanvas_update.cxx | |
| This macro shows how ROOT RCanvas::Update method is working.  | |
| rframe.cxx | |
| This ROOT 7 example shows how to create a frame.  | |
| rline.cxx | |
| This ROOT 7 example demonstrates how to create a ROOT 7 canvas (RCanvas) and draw ROOT 7 lines in it (RLine).  | |
| rline_style.cxx | |
| This ROOT 7 example shows the various line styles.  | |
| rline_width.cxx | |
| This ROOT 7 example shows the various line widths.  | |
| rmarker.cxx | |
| This ROOT 7 example shows the various marker styles.  | |
| rpad.cxx | |
| This ROOT 7 example demonstrates how to create a ROOT 7 canvas (RCanvas) and and divide it in 9 sub-pads.  | |
| rpave.cxx | |
| This macro draw different variants of RPave on the RCanvas.  | |
| rstyle.cxx | |
| This ROOT 7 example demonstrates how to customize RLine object using RStyle "normal" coordinates' system.  | |
| rtext_align.cxx | |
| This macro demonstrate the text align attribute for RText.  | |
| rtext_angle.cxx | |
| This macro demonstrate the text attributes for RText.  | |
| rtext_font.cxx | |
| This macro demonstrate usage of existing ROOT fonts for RText.  | |
| symlog.cxx | |
| This ROOT 7 example shows how to use symlog scale on RAxis See discussion on forum https://root-forum.cern.ch/t/symlog-scale-for-plotting/ for more details.  | |
| th1_twoscales.cxx | |
| Macro illustrating how to superimpose two histograms with different scales on the RCanvas.  | |
| tobject.cxx | |
| This macro shows how ROOT objects like TH1, TH2, TGraph can be drawn in RCanvas.  | |