Skip to content
Snippets Groups Projects
Commit 36ae78a7 authored by Camilla Compton's avatar Camilla Compton
Browse files

change postion of threshold annotation to keep it on right side of graph

parent 26e4fef9
No related branches found
No related tags found
1 merge request!98Draft: WIP Positive/negative standard deviation refinement
This commit is part of merge request !98. Comments created here will be created in the context of that merge request.
......@@ -69,7 +69,7 @@ def plot_indicators(event, channel, refined_gps, threshold):
"threshold",
xy=(ax1.get_xlim()[-1], threshold),
xycoords='data',
xytext=(8, -10),
xytext=(-8, -10),
textcoords='offset points',
horizontalalignment='right',
verticalalignment='top',
......
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