cryoswath.test_plots package
Submodules
cryoswath.test_plots.maps module
cryoswath.test_plots.timeseries module
cryoswath.test_plots.waveform module
- cryoswath.test_plots.waveform.dem_transect(waveform, *, ax: Axes = None, line_properties: dict[str, dict[str, any]] = {'dem': {'color': 'black', 'facecolor': 'xkcd:ice', 'linestyle': 'solid', 'linewidth': 0.6}, 'excluded': {'color': 'tab:pink', 'linewidth': 1, 'marker': 'x', 'markersize': 5}, 'poca': {'color': 'tab:green', 'linewidth': 1, 'marker': 'o', 'markersize': 5}, 'swath': {'color': 'tab:blue', 'linewidth': 1, 'marker': '.', 'markersize': 5}}, selected_phase_only: bool = True)[source]