Commit 679ac3b30ef593b8203d5909ba411451491d7f59

Authored by Elena.Budnik
1 parent c425764a

orbit plot

Showing 1 changed file with 22 additions and 1 deletions   Show diff stats
vex_xyz.xml
1 1 <?xml version="1.0"?>
2 2 <param xml:id="vex_xyz"><!--<TemporaryFillValue>NaN</TemporaryFillValue>--><get><vi name="vex:orb:all"><baseParam name="VEX"/></vi></get>
3   -<process description="RV=6052">$vex_orb_all_VEX/6052.0</process><output><!--<plot>ORBIT</plot>--></output></param>
  3 +<process description="RV=6052">$vex_orb_all_VEX/6052.0</process>
  4 +<output><plot>
  5 + <xyPlot isotropic="false">
  6 + <params>
  7 + <param id="vex_xyz">
  8 + <orbitserie projection="XY" xAxis="0" yAxis="1">
  9 + <line type="line" style="plain" width="1" color="[10,120,13]" />
  10 + <symbol type="diamond" size="5" color="[10,120,13]" />
  11 + </orbitserie>
  12 + </param>
  13 + </params>
  14 + <axes>
  15 + <xAxis>
  16 + <digitalAxis id="0"/>
  17 + </xAxis>
  18 + <yAxis>
  19 + <digitalAxis id="1"/>
  20 + </yAxis>
  21 + </axes>
  22 + </xyPlot>
  23 + </plot>
  24 + </output></param>
... ...