savefig
Save the current matplotlib figure to a file path with chroptiks defaults (png, 250 dpi, tight bounding box). Returns the absolute path.
Inputs
output_path(default:'figure.png')dpi(default:'250')format(default:'png')
Steps
save_figure→save_figure.py
Usage
/run_jinx jinx_ref=savefig input_values={"output_path": "figure.png", "dpi": "250", "format": "png"}