From 55e175f64c1ee770b79b915868e1d30b2ca6e8ca Mon Sep 17 00:00:00 2001 From: Paul Date: Wed, 6 Mar 2024 11:10:47 -0700 Subject: [PATCH] Fixed grapth spelling error --- fluxdataqaqc/plot.py | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/fluxdataqaqc/plot.py b/fluxdataqaqc/plot.py index 1a96346..2b7e4a3 100644 --- a/fluxdataqaqc/plot.py +++ b/fluxdataqaqc/plot.py @@ -439,7 +439,7 @@ def _get_units(plt_vars, units): daily_line.append(fig) else: print( - 'Energy balance components time series grapths missing all ' + 'Energy balance components time series graphs missing all ' 'variables' ) if fig is not None and monthly: @@ -491,7 +491,7 @@ def _get_units(plt_vars, units): else: print( 'Shortwave and potential clear sky radiation time series ' - 'grapths missing all variables' + 'graphs missing all variables' ) #### @@ -564,7 +564,7 @@ def _get_units(plt_vars, units): daily_line.append(fig) else: print( - 'Radiation components time series grapths missing all variables' + 'Radiation components time series graphs missing all variables' ) if fig is not None and monthly: # same for monthly fig @@ -599,7 +599,7 @@ def _get_units(plt_vars, units): daily_line.append(fig) else: print( - 'Average air temperature time series grapths missing all ' + 'Average air temperature time series graphs missing all ' 'variables' ) if fig is not None and monthly: @@ -633,7 +633,7 @@ def _get_units(plt_vars, units): if fig is not None: daily_line.append(fig) else: - print('Vapor pressure time series grapths missing all variables') + print('Vapor pressure time series graphs missing all variables') if fig is not None and monthly: # same for monthly fig title = 'Monthly Average Vapor Pressure' @@ -663,7 +663,7 @@ def _get_units(plt_vars, units): if fig is not None: daily_line.append(fig) else: - print('Windspeed time series grapths missing all variables') + print('Windspeed time series graphs missing all variables') if fig is not None and monthly: # same for monthly fig title = 'Monthly Average Windspeed' @@ -695,7 +695,7 @@ def _get_units(plt_vars, units): if fig is not None: daily_line.append(fig) else: - print('Precipitation time series grapths missing all variables') + print('Precipitation time series graphs missing all variables') if fig is not None and monthly: # same for monthly fig title = 'Monthly Station and gridMET Precipitation' @@ -727,7 +727,7 @@ def _get_units(plt_vars, units): if fig is not None: daily_line.append(fig) else: - print('Latent energy time series grapths missing all variables') + print('Latent energy time series graphs missing all variables') if fig is not None and monthly: # same for monthly fig title = 'Monthly Average Latent Energy Flux' @@ -769,7 +769,7 @@ def _get_units(plt_vars, units): daily_line.append(fig) else: print( - 'Evapotranspiration time series grapths missing all variables' + 'Evapotranspiration time series graphs missing all variables' ) if fig is not None and monthly: # same for monthly fig @@ -825,7 +825,7 @@ def _get_units(plt_vars, units): daily_line.append(fig) else: print( - 'Fraction of reference ET time series grapths missing all ' + 'Fraction of reference ET time series graphs missing all ' 'variables' ) if fig is not None and monthly: @@ -868,7 +868,7 @@ def _get_units(plt_vars, units): daily_line.append(fig) else: print( - 'Energy balance ratio time series grapths missing all ' + 'Energy balance ratio time series graphs missing all ' 'variables' ) if fig is not None and monthly: @@ -980,7 +980,7 @@ def _get_units(plt_vars, units): ) monthly_scatter.append(fig) else: - print('Energy balance scatter grapths missing all variables') + print('Energy balance scatter graphs missing all variables') #### @@ -1062,7 +1062,7 @@ def _get_units(plt_vars, units): ) monthly_scatter.append(fig) else: - print('Latent energy scatter grapths missing all variables') + print('Latent energy scatter graphs missing all variables') #### # ET scatter plots @@ -1141,7 +1141,7 @@ def _get_units(plt_vars, units): ) monthly_scatter.append(fig) else: - print('Evapotranspiration scatter grapths missing all variables') + print('Evapotranspiration scatter graphs missing all variables') #### # multiple soil moisture time series plots