Skip to content
Snippets Groups Projects

Change to use matplotlib's lim for zooming

Merged Lan Dam requested to merge i118_lim_for_zooming into master
All threads resolved!
2 files
+ 12
7
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -181,6 +181,8 @@ class Plotting:
sample_no_pos=[0.25, 0.75],
chan_db_info=chan_db_info, linked_ax=linked_ax)
# x_bottom, x_top are the times of data points to be displayed at
# bottom or top of the plot
ax.x_bottom = np.array(points_list[0])
ax.x_top = np.array(points_list[1])
Loading