origin_view_graph
Render an Origin graph to a temporary PNG image for visual verification, returning it with a text summary.
Instructions
Render an Origin graph and return it as an image the model can see.
Unlike origin_export_graph this leaves no file behind: the graph is
rendered to a temporary PNG, returned as an image content block alongside a
small text summary, and the temp file is deleted. Use it to visually verify
a plot and iterate on it. max_width bounds the rendered pixel width to
keep the returned image (and its token cost) small. Requires a
vision-capable client to be useful.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| max_width | No | Maximum rendered image width in pixels. | |
| graph_name | No | Origin graph page name. Omit to use the active graph or create a new page. |