airbornegeo.plotly_profiles# plotly_profiles(data, *, y, x='dist_along_line', y_axes=None, x_lims=None, y_lims=None, title=None, modes=None, marker_sizes=None, marker_symbols=None)[source]# plot data profiles with plotly currently only allows 3 separate y axes, set with โy_axesโ, starting with 1 Parameters: data (DataFrame) y (list[str] | str) x (str) y_axes (list[str] | None) x_lims (tuple[float, float] | None) y_lims (tuple[float, float] | None) title (str | None) modes (Any) marker_sizes (Any) marker_symbols (Any) Return type: Figure