Hi, PETSc group, I was trying to save figures of the residual and eigenvalues with different names but not default names.
The default name is used when I use `-draw_save .png`. All images are saved. ``` 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 ``` But when I use `-draw_save abc.png`, only the figure of eigenvalues is saved. ``` 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 ``` How can I add the command line options, to specify different names for those images? Thanks, Zongze
