Skip to content
Snippets Groups Projects
Commit e8fa825b authored by Kien Le's avatar Kien Le
Browse files

Move TPS dialog channel text to the left

parent 799b52e5
No related branches found
No related tags found
1 merge request!218Fix program not fitting on low resolution screens
...@@ -231,7 +231,7 @@ class TimePowerSquaredWidget(plotting_widget.PlottingWidget): ...@@ -231,7 +231,7 @@ class TimePowerSquaredWidget(plotting_widget.PlottingWidget):
ax = self.create_axes(self.plotting_bot, plot_h) ax = self.create_axes(self.plotting_bot, plot_h)
ax.spines[['right', 'left', 'top', 'bottom']].set_visible(False) ax.spines[['right', 'left', 'top', 'bottom']].set_visible(False)
ax.text( ax.text(
-0.12, 1, -0.15, 1,
f"{get_seismic_chan_label(chan_id)} {c_data['samplerate']}sps", f"{get_seismic_chan_label(chan_id)} {c_data['samplerate']}sps",
horizontalalignment='left', horizontalalignment='left',
verticalalignment='top', verticalalignment='top',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment