summaryrefslogtreecommitdiff
path: root/gr-utils/python/utils
diff options
context:
space:
mode:
authorJohnathan Corgan <johnathan@corganlabs.com>2013-12-06 08:19:29 -0800
committerJohnathan Corgan <johnathan@corganlabs.com>2013-12-06 08:19:29 -0800
commitd27301fc967e14903202b12b45477ef0ed9b5998 (patch)
treec34dd97613b23da87005ab1ba69faaa184f854b6 /gr-utils/python/utils
parenta72796f56b9c6fd8f410c531ba050e9db2c46493 (diff)
utils: fix typo in gr_plot_const
Diffstat (limited to 'gr-utils/python/utils')
-rwxr-xr-xgr-utils/python/utils/gr_plot_const2
1 files changed, 1 insertions, 1 deletions
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