Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
rcanvas Directory Reference
Directory dependency graph for rcanvas:

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.
 
 rh1.cxx
 This macro generates two RH1D, fills them and draw with different options in RCanvas.
 
 rh1_large.cxx
 This macro generates really large RH1D histogram, fills it with predefined pattern and draw it in a RCanvas, using Optmize() drawing mode.
 
 rh1_twoscales.cxx
 This macro generates two RH1D, fills them and draw in RCanvas.
 
 rh2.cxx
 This macro generates RH2D and draw it with different options in RCanvas.
 
 rh2_colz.cxx
 This macro generates a small V7 TH2D, fills it with random values and draw it in a V7 canvas, using configured web browser.
 
 rh2_large.cxx
 This macro generates really large RH2D histogram, fills it with predefined pattern and draw it in a RCanvas, using Optmize() drawing mode.
 
 rh3.cxx
 This macro generates a small RH3D, fills it with random values and draw it in RCanvas, using configured web browser.
 
 rh3_large.cxx
 This macro generates really large RH2D histogram, fills it with predefined pattern and draw it in a RCanvas, using Optmize() drawing mode.
 
 rlegend.cxx
 This macro generates two TH1D objects and build RLegend In addition use of auto colors are shown.
 
 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.
 
 subpads.cxx
 This ROOT 7 example demonstrates how to create a ROOT 7 canvas (RCanvas), divide on sub-sub pads and draw histograms there.
 
 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.