| tFix flux units in plot - sphere - GPU-based 3D discrete element method algorit… | |
| git clone git://src.adamsgaard.dk/sphere | |
| Log | |
| Files | |
| Refs | |
| LICENSE | |
| --- | |
| commit 6c22ac62c66defbacc06fbcee65028f9790e5337 | |
| parent 497a00115fb29356886ae81684f62e6f80d021eb | |
| Author: Anders Damsgaard <[email protected]> | |
| 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(-) | |
| --- | |
| 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') |