AxPlotToData_extract_numerical_series
Extracts numerical data from line and scatter plot images. Converts visual series into precise data points for further analysis.
Instructions
Analyzes images of line and scatter plots to extract precise numerical data points from all series in the plot
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| plot_path | Yes | The absolute path to the image file of the plot to analyze. Supports only PNG for now | |
| max_number_points_per_series | No | Maximum points returned per series. Uses random sampling if plot contains more points than limit |