plot3d
Create a 3D scatter plot using chroptiks.p3d.plot and save it to a file. Accepts x, y, z arrays as JSON. Note that p3d.plot normally calls plt.show(); this jinx suppresses display and saves instead.
Inputs
data_json(default:'{"x": [], "y": [], "z": []}')output_path(default:'plot3d.png')
Steps
plot_3d→plot_3d.py
Usage
/run_jinx jinx_ref=plot3d input_values={"data_json": "{\"x\": [], \"y\": [], \"z\": []}", "output_path": "plot3d.png"}