diff --git a/screenshots/timeline.png b/screenshots/timeline.png index b53213e..22d766a 100644 Binary files a/screenshots/timeline.png and b/screenshots/timeline.png differ diff --git a/time_line.py b/time_line.py index 86d4b82..3b8d3ec 100644 --- a/time_line.py +++ b/time_line.py @@ -192,7 +192,7 @@ class TimeLine(Snuffling): ax3.get_yaxis().tick_right() self.fig.subplots_adjust( - bottom=0.1, right=0.9, top=0.95, wspace=0.02, hspace=0.02) + bottom=0.05, right=0.95, left=0.075, top=0.95, wspace=0.02, hspace=0.02) init_pos.y0 += 0.05 ax.set_position(init_pos) ax_cum.set_position(init_pos)