close
Warning:
Can't synchronize with repository "(default)" (Repository path '/hepforge/hg/yoda/public/yoda' does not exist.). Look in the Trac log for more information.
- Timestamp:
-
Jul 17, 2008, 6:33:23 PM (17 years ago)
- Author:
-
buckley
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v2
|
v3
|
|
16 | 16 | }}} |
17 | 17 | |
| 18 | |
18 | 19 | === HISTOGRAM === |
19 | 20 | The Histogram type is special: it is not a YODA type, but the data format will define it for backwards compatibility with Hendrik's make_plot data files. It should be pre-deprecated. |
20 | 21 | |
21 | | '''DETAILS''' |
| 22 | ''DETAILS'' |
| 23 | |
22 | 24 | |
23 | 25 | === COUNTER === |
… |
… |
|
31 | 33 | (only one line) |
32 | 34 | |
| 35 | |
33 | 36 | === DBN1D === |
34 | 37 | |
… |
… |
|
40 | 43 | |
41 | 44 | (only one line) |
| 45 | |
42 | 46 | |
43 | 47 | === BAR1D === |
… |
… |
|
51 | 55 | (multiple lines - one per bar) |
52 | 56 | |
| 57 | |
53 | 58 | === HISTO1D === |
54 | 59 | |
… |
… |
|
61 | 66 | (multiple lines - one per bin) |
62 | 67 | |
| 68 | |
63 | 69 | === PROFILE1D === |
64 | 70 | |
… |
… |
|
69 | 75 | (multiple lines - one per bin) |
70 | 76 | |
| 77 | |
71 | 78 | === SCATTER1D === |
72 | 79 | |
| 80 | Unconfirmed type. |
| 81 | |
73 | 82 | {{{ |
74 | | |
| 83 | x, xlow, xhigh, weight |
75 | 84 | }}} |
76 | 85 | |
77 | 86 | (multiple lines - one per point) |
78 | 87 | |
| 88 | |
79 | 89 | === SCATTER2D === |
80 | 90 | |
| 91 | Unconfirmed type. |
81 | 92 | |
82 | 93 | {{{ |
83 | | |
| 94 | x, y, xlow, xhigh, ylow, yhigh, weight |
84 | 95 | }}} |
85 | 96 | |