Skip to content
Snippets Groups Projects
Commit adab5391 authored by Lan Dam's avatar Lan Dam
Browse files

TPS: adjust title position

parent af6d11ef
No related branches found
No related tags found
1 merge request!136tps scrollbar, label's position, color, height for each
Pipeline #2646 passed with stage
in 3 minutes and 36 seconds
...@@ -113,7 +113,7 @@ class TimePowerSquaredWidget(plotting_widget.PlottingWidget): ...@@ -113,7 +113,7 @@ class TimePowerSquaredWidget(plotting_widget.PlottingWidget):
title = get_title(key, self.min_x, self.max_x, self.date_mode) title = get_title(key, self.min_x, self.max_x, self.date_mode)
self.timestamp_bar_top = self.plotting_axes.add_timestamp_bar(0.) self.timestamp_bar_top = self.plotting_axes.add_timestamp_bar(0.)
self.plotting_axes.set_title(title, y=0, v_align='bottom') self.plotting_axes.set_title(title, y=5, v_align='bottom')
if self.plotting_data1 == {}: if self.plotting_data1 == {}:
self.is_working = False self.is_working = False
......
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