This tool can be used to create a scattergram for two numerical fields (fieldx
and fieldy
) contained within an input vector's attribute table (input
). The user must specify the name of an input shapefile and the name of two of the fields contained it the associated attribute table. The tool output (output
) is an HTML formatted report containing a graphical scattergram plot.
attribute_histogram, attribute_correlation
def attribute_scattergram(self, input: Vector, field_name_x: str, field_name_y: str, output_html_file: str, add_trendline: bool = False) -> None: ...