summaryrefslogtreecommitdiff
path: root/gr-utils/python/utils
diff options
context:
space:
mode:
authorJohnathan Corgan <johnathan@corganlabs.com>2013-12-06 08:19:41 -0800
committerJohnathan Corgan <johnathan@corganlabs.com>2013-12-06 08:19:41 -0800
commit437e92742cc076f7210ca961d164bb1b4ab6e637 (patch)
tree829bb00ccc5969b6bfadbe54c2dd30084e0e4599 /gr-utils/python/utils
parentd00e187286be58f7b2b86407f8910c8c93e49553 (diff)
parentd27301fc967e14903202b12b45477ef0ed9b5998 (diff)
Merge branch 'maint'
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