Skip to content
Snippets Groups Projects
Commit a2f14d92 authored by Mohcine Chraibi's avatar Mohcine Chraibi
Browse files

minor change in script

parent fd242e8d
Branches
No related tags found
1 merge request!10Resolve "Use Boost Directory Functionality"
Pipeline #17321 failed
...@@ -139,10 +139,8 @@ if __name__ == '__main__': ...@@ -139,10 +139,8 @@ if __name__ == '__main__':
divider = make_axes_locatable(ax1) divider = make_axes_locatable(ax1)
cax = divider.append_axes("right", size="2.5%", pad=0.3) cax = divider.append_axes("right", size="2.5%", pad=0.3)
cb = plt.colorbar(im, cax=cax) cb = plt.colorbar(im, cax=cax)
cb.set_label('Specific flow [$1/m \cdot s$]') cb.set_label(r'Specific flow [$1/m \cdot s$]')
figname = "%s/profile_flux_%s.png" % (pathfile, nametraj)
flux_figname = os.path.join(pathfile, "profile_flux_%s.png" % nametraj) flux_figname = os.path.join(pathfile, "profile_flux_%s.png" % nametraj)
plt.savefig(flux_figname) plt.savefig(flux_figname)
plt.close() plt.close()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment