skrf.network.Network.Y_LABEL_DICT

Network.Y_LABEL_DICT: dict[Literal['re', 'im', 'mag', 'db', 'db10', 'rad', 'deg', 'arcl', 'rad_unwrap', 'deg_unwrap', 'arcl_unwrap', 'vswr', 'time', 'time_db', 'time_mag', 'time_impulse', 'time_step'], str] = {'arcl': 'Arc Length', 'arcl_unwrap': 'Arc Length', 'db': 'Magnitude (dB)', 'db10': 'Magnitude (dB)', 'deg': 'Phase (deg)', 'deg_unwrap': 'Phase (deg)', 'im': 'Imag Part', 'mag': 'Magnitude', 'rad': 'Phase (rad)', 'rad_unwrap': 'Phase (rad)', 're': 'Real Part', 'time': 'Time (real)', 'time_db': 'Magnitude (dB)', 'time_impulse': 'Magnitude', 'time_mag': 'Magnitude', 'time_step': 'Magnitude', 'vswr': 'VSWR'}

Y-axis labels to the plotting functions.