Skip to content

Commit d90d9d5

Browse files
committed
[tutorials][UHI] Fix rendering of tutorials using non-ROOT graphics
1 parent aa344c0 commit d90d9d5

6 files changed

Lines changed: 0 additions & 7 deletions

tutorials/hist/hist001_TH1_fillrandom_uhi.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
## \notebook
44
## Fill a 1D histogram with random values using predefined functions.
55
##
6-
## \macro_image
76
## \macro_code
87
##
98
## \date July 2025

tutorials/hist/hist002_TH1_fillrandom_userfunc_uhi.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
## \notebook
44
## Fill a 1D histogram from a user-defined parametric function.
55
##
6-
## \macro_image
76
## \macro_code
87
##
98
## \date July 2025

tutorials/hist/hist003_TH1_draw_uhi.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
##
66
## \note When using graphics inside a ROOT macro the objects must be created with `new`.
77
##
8-
## \macro_image
98
## \macro_code
109
##
1110
## \date July 2025

tutorials/hist/hist007_TH1_liveupdate_uhi.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
## \notebook -js
44
## Simple example illustrating how to use the C++ interpreter.
55
##
6-
## \macro_image
76
## \macro_code
87
##
98
## \date July 2025

tutorials/hist/hist010_TH1_two_scales_uhi.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
## with different scales in the "same" pad.
66
## Inspired by work of Rene Brun.
77
##
8-
## \macro_image
98
## \macro_code
109
##
1110
## \date July 2025

tutorials/hist/hist015_TH1_read_and_draw_uhi.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
## \notebook -js
44
## A Simple histogram drawing example.
55
##
6-
## \macro_image
7-
## \macro_output
86
## \macro_code
97
##
108
## \date July 2025

0 commit comments

Comments
 (0)