Skip to content

Commit

Permalink
corrected wx fft vertical label from amplitude to power
Browse files Browse the repository at this point in the history
  • Loading branch information
mossmann authored and trondeau committed Oct 15, 2014
1 parent 797b592 commit 4ba84a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gr-wxgui/python/wxgui/fft_window.py
Expand Up @@ -407,6 +407,6 @@ def update_grid(self, *args):
#update y grid
self.plotter.set_y_grid(ref_level-y_per_div*y_divs, ref_level, y_per_div)
#update y units
self.plotter.set_y_label('Amplitude', 'dB')
self.plotter.set_y_label('Power', 'dB')
#update plotter
self.plotter.update()

0 comments on commit 4ba84a4

Please sign in to comment.