tFix flux units in plot - sphere - GPU-based 3D discrete element method algorithm with optional fluid coupling
 (HTM) git clone git://src.adamsgaard.dk/sphere
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) LICENSE
       ---
 (DIR) commit 6c22ac62c66defbacc06fbcee65028f9790e5337
 (DIR) parent 497a00115fb29356886ae81684f62e6f80d021eb
 (HTM) Author: Anders Damsgaard <anders@adamsgaard.dk>
       Date:   Thu, 21 Nov 2019 16:33:53 +0100
       
       Fix flux units in plot
       
       Diffstat:
         M python/supraglacial-plots.py        |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/python/supraglacial-plots.py b/python/supraglacial-plots.py
       t@@ -81,6 +81,6 @@ for dpdz in dpdz_values:
        
        plt.legend()
        plt.xlabel('Slope [$^\circ$]')
       -plt.ylabel('Specific sediment flux [m/s]')
       +plt.ylabel('Specific sediment flux [m$^2$/s]')
        plt.savefig('supraglacial_flux.png')
        plt.savefig('supraglacial_flux.pdf')