Skip to content
Snippets Groups Projects
Commit e9f3a809 authored by Tamas Gal's avatar Tamas Gal :speech_balloon:
Browse files

Change z-order

parent bb44d58d
No related branches found
No related tags found
No related merge requests found
...@@ -122,8 +122,13 @@ def main(): ...@@ -122,8 +122,13 @@ def main():
wr_delta0 + wr_delta1 + wr_delta2 + wr_delta3) wr_delta0 + wr_delta1 + wr_delta2 + wr_delta3)
rttc.append(rttc_value) rttc.append(rttc_value)
ax.plot(
ax.plot(times, rttc, marker="X", markersize=6, linestyle='None') times,
rttc,
marker="X",
markersize=6,
linestyle='None',
zorder=100)
rttc_median = baselines[du][0] rttc_median = baselines[du][0]
rttc_std = baselines[du][1] rttc_std = baselines[du][1]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment