This is an automated email from the ASF dual-hosted git repository. rkk pushed a commit to branch tmp-stv in repository https://gitbox.apache.org/repos/asf/sdap-nexus.git
commit 983036eabec4ef99c880dafc784dd2dafb9d1831 Author: rileykk <[email protected]> AuthorDate: Thu Nov 16 13:56:30 2023 -0800 Minor improvements --- analysis/webservice/algorithms/Tomogram.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/analysis/webservice/algorithms/Tomogram.py b/analysis/webservice/algorithms/Tomogram.py index cad685b..9b27ef5 100644 --- a/analysis/webservice/algorithms/Tomogram.py +++ b/analysis/webservice/algorithms/Tomogram.py @@ -603,7 +603,7 @@ class ProfileTomoResults(NexusResults): plt.colorbar() plt.title(f'{self.meta()["dataset"]} tomogram slice\n{title_row}') plt.xlabel(xlabel) - plt.ylabel('Height Relative to WGS84 ellipsoid (m)') + plt.ylabel(f'Elevation w.r.t. {self.meta()["dataset"]} reference (m)') plt.ticklabel_format(useOffset=False)
