time_line: set margins, update figure

pull/25/head
Marius Kriegerowski 5 years ago
parent f38051e453
commit 21c4896aad

Binary file not shown.

Before

Width:  |  Height:  |  Size: 291 KiB

After

Width:  |  Height:  |  Size: 229 KiB

@ -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)

Loading…
Cancel
Save