pyacs.gts.lib.plot.make_stitle module
- pyacs.gts.lib.plot.make_stitle.make_stitle(component, info=[])[source]
Build a subplot title string from component and optional info.
- Parameters:
component (str) – Component to display (‘N’, ‘E’, or ‘U’).
info (list or str, optional) – Additional string(s) for the subplot title.
- Returns:
Title string (e.g. ‘North’ or custom info).
- Return type:
str