We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db89884 commit d403068Copy full SHA for d403068
1 file changed
hapiplot/plot/datetick.py
@@ -364,8 +364,6 @@ def draw(fig): fig.canvas.draw()
364
elif deltaT.days < 366*15:
365
to = axes.lines[0].get_xdata()[0]
366
tf = axes.lines[0].get_xdata()[-1]
367
- print(to)
368
- print(tf)
369
# Ideally would set byyear=list(range(to.year, tf.year,2)) but
370
# byyear is not a kwarg. Would need to something like
371
# https://stackoverflow.com/questions/48428729/matplotlib-dates-yearlocator-with-odd-intervals
0 commit comments