From d27301fc967e14903202b12b45477ef0ed9b5998 Mon Sep 17 00:00:00 2001 From: Johnathan Corgan <johnathan@corganlabs.com> Date: Fri, 6 Dec 2013 08:19:29 -0800 Subject: utils: fix typo in gr_plot_const --- gr-utils/python/utils/gr_plot_const | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gr-utils/python/utils/gr_plot_const') diff --git a/gr-utils/python/utils/gr_plot_const b/gr-utils/python/utils/gr_plot_const index 749ad035b5..e2580dd58f 100755 --- a/gr-utils/python/utils/gr_plot_const +++ b/gr-utils/python/utils/gr_plot_const @@ -114,7 +114,7 @@ class draw_constellation: self.sp_const = self.fig.add_subplot(2,2,1, position=[0.575, 0.2, 0.4, 0.6]) self.sp_const.set_title(("Constellation"), fontsize=self.title_font_size, fontweight="bold") self.sp_const.set_xlabel("Inphase", fontsize=self.label_font_size, fontweight="bold") - self.sp_const.set_ylabel("Qaudrature", fontsize=self.label_font_size, fontweight="bold") + self.sp_const.set_ylabel("Quadrature", fontsize=self.label_font_size, fontweight="bold") self.plot_const = self.sp_const.plot(self.reals, self.imags, 'bo') # Add plots to mark current location of point between time and constellation plots -- cgit v1.2.3