Skip to content

Commit ece35b8

Browse files
committed
Add col1 example
1 parent 2212ba8 commit ece35b8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

demo/examples.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,7 @@
179179
{ "opt": "texte", "file": "profile2d.root", "item": "c1/[1]", "title": "texte draw option", "asurl": true },
180180
{ "name": "projxyb", "opt": "projxyb;colz", "file": "profile2d.root", "item": "c1/[1]", "title": "Draw TProfile2D::ProjectionXY('B') histogram", "asurl": true },
181181
{ "name": "projxyc=e", "opt": "projxyc=e;colz", "file": "profile2d.root", "item": "c1/[1]", "title": "Draw TProfile2D::ProjectionXY('C=E') histogram", "asurl": true },
182+
{ "name": "col1", "opt": "projxyc=e;col1z", "file": "profile2d.root", "item": "c1/[1]", "title": "Draw TProfile2D::ProjectionXY('C=E') histogram with col1 including zero content", "asurl": true },
182183
{ "name": "projxyw", "opt": "projxyw;colz", "file": "profile2d.root", "item": "c1/[1]", "title": "Draw TProfile2D::ProjectionXY('W') histogram", "asurl": true }
183184
],
184185
"THStack" : [

0 commit comments

Comments
 (0)