Skip to content

Commit d9bb06f

Browse files
committed
showcases: fixed inputs in coexistence
1 parent fd02cd2 commit d9bb06f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

showcases/wireless/coexistence/Coexistence.anf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<analysis version="2">
33
<inputs>
44
<input pattern="results/Coexistence-*.sca"/>
5-
<input pattern="results/*Hosts-*.sca"/>
5+
<input pattern="results/W*Hosts-*.sca"/>
66
</inputs>
77
<charts>
8-
<chart createdWith="" icon="icons/full/obj/barchart.png" id="220679550" name="Wifi performance" resultTypes="" template="barchart_mpl" type="MATPLOTLIB">
8+
<chart createdWith="" icon="icons/full/obj/barchart.png" id="156101247" name="Wifi performance" resultTypes="" template="barchart_mpl" type="MATPLOTLIB">
99
<script><![CDATA[from omnetpp.scave import results, chart, utils
1010
import matplotlib.pyplot as plt
1111
import inet.scave.plot
@@ -713,7 +713,7 @@ utils.export_data_if_needed(df, props)
713713
<property name="sorting" value="true"/>
714714
<property name="secondary_ordering_regex_list" value=""/>
715715
</chart>
716-
<chart createdWith="" icon="icons/full/obj/barchart.png" id="584953327" name="Wpan performance" resultTypes="" template="barchart_mpl" type="MATPLOTLIB">
716+
<chart createdWith="" icon="icons/full/obj/barchart.png" id="2123617226" name="Wpan performance" resultTypes="" template="barchart_mpl" type="MATPLOTLIB">
717717
<script><![CDATA[from omnetpp.scave import results, chart, utils
718718
import os
719719
import sys

0 commit comments

Comments
 (0)