Commit 0ff33c96670c065f254ec8f8bbd7a91ce0da8d81
1 parent
45a7ca85
Exists in
master
and in
7 other branches
hia c3 spectr by default
Showing
1 changed file
with
19 additions
and
1 deletions
Show diff stats
PARAM_DEF/c3_hia_pad.xml
... | ... | @@ -15,5 +15,23 @@ |
15 | 15 | </vi> |
16 | 16 | </get> |
17 | 17 | <process/> |
18 | - <output/> | |
18 | + <output> | |
19 | + <plot> | |
20 | + <timePlot> | |
21 | + <params> | |
22 | + <param id="c3_hia_pad"> | |
23 | + <spectro yAxis="y-left"/> | |
24 | + </param> | |
25 | + </params> | |
26 | + <axes> | |
27 | + <yAxis> | |
28 | + <digitalAxis id="y-left" scale="logarithmic"/> | |
29 | + </yAxis> | |
30 | + <zAxis> | |
31 | + <colorAxis scale="logarithmic"/> | |
32 | + </zAxis> | |
33 | + </axes> | |
34 | + </timePlot> | |
35 | + </plot> | |
36 | + </output> | |
19 | 37 | </param> | ... | ... |