origin_view_graph
Render an Origin graph to a temporary image, returning it with a text summary for visual verification and iteration.
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 |
|---|---|---|---|
| graph_name | No | ||
| max_width | No |