Generate, from a table/dataset, the following plots:   • Longitudinal profile   • Profile + slope (%) It is specifically designed to plot tables produced by the plugin’s own “Slope and Longitudinal Profile” algorithm, although it can be used with any compatible table. The profile is always plotted against the real distance in meters (Dist_Origen_metros), but it lets user choose how to label the X axis:   • Chainage (PK) (K+MMM) using m_field_PK_KM (if values are missing, they are interpolated/extrapolated to keep coherent tick marks).   • Distance using Dist_Origen_metros (labels in meters or km with sensible intervals). A pair of plots is generated for each ID.

INPUTS

Input table/layer: non-spatial dataset (or layer) with distance, elevation, and slope, typically the direct output of the “Slope and Longitudinal Profile” algorithm. • ID field (optional): identifier to split profiles and generate one plot per ID. • X field: distance from origin (m). • Y field: profile elevation (e.g. Cota_SUAV). • Slope field (optional): slope in %. • Use chainage (PK) (optional): labels the X axis as chainage values (PK) if the corresponding field exists. • Chainage (PK) field (optional): PK in km (float). If values are missing, they are interpolated/extrapolated to generate coherent tick marks. • Show axis labels (optional): if enabled, axis titles and names are displayed (translatable). If disabled, no titles or labels are shown (ticks keep units).

OUTPUTS

Folder: contains the PNGs generated per ID (profile and profile + slope). • HTML (index): report with previews and links to all generated plots. Check Processing Toolbox > Results Viewer

DETAILS

See the plugin README: Profile Slope Plotter