Skip to content
Snippets Groups Projects
Commit e81fc2d5 authored by Lan Dam's avatar Lan Dam
Browse files

Merge branch 'i162_rt130_channels' into i162_show_GPS_clock_0_when_no_data

parents a8066a15 500f5b80
No related branches found
No related tags found
1 merge request!180Make GPS Lk/Unlk and GPS Clock Power to plot in the same channel
......@@ -2,6 +2,7 @@ from typing import List, Optional, Dict
import numpy as np
from matplotlib.axes import Axes
from matplotlib.text import Text
from matplotlib.patches import ConnectionPatch, Rectangle
from matplotlib.ticker import AutoMinorLocator
from matplotlib import pyplot as pl
......@@ -154,7 +155,7 @@ class PlottingAxes:
return ax
def create_sample_no_label(self, ax: Axes, pos_y: float,
sample_no: int, color: str) -> None:
sample_no: int, color: str) -> Optional[Text]:
"""
Create label to display sample number
:param ax: the axes of the label
......
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