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

Make room for ruler text in all plots

parent db04c640
No related branches found
No related tags found
No related merge requests found
This commit is part of merge request !96. Comments created here will be created in the context of that merge request.
......@@ -356,7 +356,7 @@ class PlottingAxes:
self.parent.timestamp_bar_bottom.add_artist(ruler)
return ruler
def set_title(self, title, x=-0.15, y=100, v_align='top'):
def set_title(self, title, x=-0.15, y=105, v_align='top'):
"""
Display title of the data set's plotting based on
......
......@@ -56,7 +56,7 @@ class SOHWidget(plotting_widget.PlottingWidget):
self.axes = []
self.timestamp_bar_top = self.plotting_axes.add_timestamp_bar(0.003)
self.plotting_axes.set_title(title, y=105)
self.plotting_axes.set_title(title)
self.plotting_axes.add_gap_bar(gaps)
not_found_chan = [c for c in channel_list
if c not in self.plotting_data1.keys()]
......
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