From 442d94cfdedfcf286cd77b125a379ccab3926810 Mon Sep 17 00:00:00 2001 From: chengzhuzhang Date: Wed, 19 Jan 2022 08:52:36 -0800 Subject: [PATCH] remove xerr=0 --- e3sm_diags/plot/cartopy/arm_diags_plot.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/e3sm_diags/plot/cartopy/arm_diags_plot.py b/e3sm_diags/plot/cartopy/arm_diags_plot.py index f9047e67a..8160ad5d6 100644 --- a/e3sm_diags/plot/cartopy/arm_diags_plot.py +++ b/e3sm_diags/plot/cartopy/arm_diags_plot.py @@ -163,7 +163,6 @@ def plot_convection_onset_statistics( ax1.errorbar( bin_center, pr_binned_mean, - xerr=0, yerr=errorbar_precip.squeeze(), ls="none", color="black", @@ -196,7 +195,6 @@ def plot_convection_onset_statistics( ax2.errorbar( bin_center, pr_probability, - xerr=0, yerr=errorbar_precip_binom.T, fmt="none", color="black", @@ -252,7 +250,7 @@ def plot_convection_onset_statistics( freq_precipitating_points[freq_precipitating_points == 0] = np.nan freq_cwv[freq_cwv == 0] = np.nan - # ax3.errorbar(bin_center, freq_precipitating_points, xerr=0, yerr=errorbar_precip_points.squeeze(), ls='none', color='black') + # ax3.errorbar(bin_center, freq_precipitating_points, yerr=errorbar_precip_points.squeeze(), ls='none', color='black') ax3.scatter( bin_center, freq_cwv,