diff options
author | Johnathan Corgan <johnathan@corganlabs.com> | 2013-12-06 08:19:41 -0800 |
---|---|---|
committer | Johnathan Corgan <johnathan@corganlabs.com> | 2013-12-06 08:19:41 -0800 |
commit | 437e92742cc076f7210ca961d164bb1b4ab6e637 (patch) | |
tree | 829bb00ccc5969b6bfadbe54c2dd30084e0e4599 /gr-utils | |
parent | d00e187286be58f7b2b86407f8910c8c93e49553 (diff) | |
parent | d27301fc967e14903202b12b45477ef0ed9b5998 (diff) |
Merge branch 'maint'
Diffstat (limited to 'gr-utils')
-rwxr-xr-x | gr-utils/python/utils/gr_plot_const | 2 |
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 |