-
Call
stata_manage_graphs(action="list")to see all graphs in memory, with the active graph marked. -
If an argument (graph name) was provided:
- Call
stata_manage_graphs(action="export", graph_name=<argument>, format="png")and display the exported file path.
- Call
-
If no argument was provided and graphs exist:
- Call
stata_manage_graphs(action="export_all", format="png")to export all graphs. - Display all exported file paths for the user to inspect.
- Call
-
If no graphs are in memory, tell the user to create a graph first (e.g.,
/stata-run histogram priceor/stata-run scatter price mpg).
After export, review the graph(s): check titles, axis labels, legends, and whether the plot matches expectations. Report any issues.