Loading py/cso_inquire.py +4 −1 Original line number Diff line number Diff line Loading @@ -337,6 +337,9 @@ class CSO_Inquire_Plot( utopya.UtopyaRc ) : #endfor ax.legend( hh, labs, loc='upper left' ) # directory: fig_dir = os.path.dirname( fig_file ) if not os.path.isdir(fig_dir) : os.makedirs( fig_dir ) # save: fig.savefig( fig_file ) Loading Loading
py/cso_inquire.py +4 −1 Original line number Diff line number Diff line Loading @@ -337,6 +337,9 @@ class CSO_Inquire_Plot( utopya.UtopyaRc ) : #endfor ax.legend( hh, labs, loc='upper left' ) # directory: fig_dir = os.path.dirname( fig_file ) if not os.path.isdir(fig_dir) : os.makedirs( fig_dir ) # save: fig.savefig( fig_file ) Loading