These are RCanvas examples.
Files | |
| file | df104.py | 
| The Higgs to two photons analysis from the ATLAS Open Data 2020 release, with RDataFrame.  | |
| file | df105.py | 
| The W boson mass analysis from the ATLAS Open Data release of 2020, with RDataFrame.  | |
| file | raxis.cxx | 
| This ROOT7 example demonstrates how to create a RCanvas and draw several RAxis objects with different options.  | |
| file | rbox.cxx | 
| This ROOT 7 example demonstrates how to create a ROOT 7 canvas (RCanvas) and draw ROOT 7 boxes in it (RBox).  | |
| file | rbox.py | 
| This ROOT 7 example demonstrates how to create a ROOT 7 canvas (RCanvas) and draw ROOT 7 boxes in it (RBox).  | |
| file | 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.  | |
| file | rcanvas_update.cxx | 
| This macro shows how ROOT RCanvas::Update method is working.  | |
| file | rframe.cxx | 
| This ROOT 7 example shows how to create a frame.  | |
| file | rline.cxx | 
| This ROOT 7 example demonstrates how to create a ROOT 7 canvas (RCanvas) and draw ROOT 7 lines in it (RLine).  | |
| file | rline_style.cxx | 
| This ROOT 7 example shows the various line styles.  | |
| file | rline_width.cxx | 
| This ROOT 7 example shows the various line widths.  | |
| file | rmarker.cxx | 
| This ROOT 7 example shows the various marker styles.  | |
| file | rpad.cxx | 
| This ROOT 7 example demonstrates how to create a ROOT 7 canvas (RCanvas) and and divide it in 9 sub-pads.  | |
| file | rpave.cxx | 
| This macro draw different variants of RPave on the RCanvas.  | |
| file | rstyle.cxx | 
| This ROOT 7 example demonstrates how to customize RLine object using RStyle "normal" coordinates' system.  | |
| file | rtext_align.cxx | 
| This macro demonstrate the text align attribute for RText.  | |
| file | rtext_angle.cxx | 
| This macro demonstrate the text attributes for RText.  | |
| file | rtext_font.cxx | 
| This macro demonstrate usage of existing ROOT fonts for RText.  | |
| file | 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.  | |
| file | th1_twoscales.cxx | 
| Macro illustrating how to superimpose two histograms with different scales on the RCanvas.  | |
| file | tobject.cxx | 
| This macro shows how ROOT objects like TH1, TH2, TGraph can be drawn in RCanvas.  | |