<div dir="ltr"><div>Hi, PETSc group,</div><div><br></div><div>I was trying to save figures of the residual and eigenvalues with different names but not default names.</div><div><br></div><div>The default name is used when I use `-draw_save .png`. All images are saved.</div><div>```</div><div>python test.py -N 16 -test1_ksp_type gmres -test1_pc_type jacobi -test1_ksp_view_eigenvalues draw -test1_ksp_monitor draw::draw_lg -draw_save .png<br></div><div>```</div><div>But when I use `-draw_save abc.png`, only the figure of eigenvalues is saved.</div><div><div>```</div><div>python test.py -N 16 -test1_ksp_type gmres -test1_pc_type jacobi -test1_ksp_view_eigenvalues draw -test1_ksp_monitor draw::draw_lg -draw_save .png<br></div><div>```</div></div><div><br></div><div> How can I add the command line options, to specify different names for those images?<br></div><div></div><div><br></div><div>Thanks,</div><div>Zongze</div></div>