Rename some bokeh figure elements to allow easier post processing

This CL changes some boke figure properties to match their names to the
names for arguments passed to the BokehFigure constructor. Maintaining
the same variable names makes it easier to replot a bokeh figure in
future post processing

Test: Done
Bug: None

Change-Id: If56a0794ea3476354819def45e4042c32c539680
Signed-off-by: Omar El Ayach <oelayach@google.com>
diff --git a/acts/tests/google/wifi/WifiSensitivityTest.py b/acts/tests/google/wifi/WifiSensitivityTest.py
index 9d6ba59..017d054 100644
--- a/acts/tests/google/wifi/WifiSensitivityTest.py
+++ b/acts/tests/google/wifi/WifiSensitivityTest.py
@@ -688,7 +688,7 @@
             curr_plot = wputils.BokehFigure(
                 title=str(test_id_str),
                 x_label='Orientation (deg)',
-                primary_y='Sensitivity (dBm)')
+                primary_y_label='Sensitivity (dBm)')
             for channel, channel_results in test_data.items():
                 curr_plot.add_line(
                     channel_results['orientation'],