diff --git a/bin/logtool b/bin/logtool index 84a5a55c90edabbf915ff71df1b80d249358c957..010e408cd2f4c2f8c5b0825ce7c38275740664c4 100755 --- a/bin/logtool +++ b/bin/logtool @@ -189,8 +189,8 @@ following: from pylab import show, title, legend, axis, grid, savefig if options.legend_expr or options.legend_descr: from matplotlib.font_manager import FontProperties - legend(pad=0.04, prop=FontProperties(size=8), loc="best", - labelsep=0) + legend(borderpad=0.04, prop=FontProperties(size=8), loc="best", + labelspacing=0) def float_or_none(str): if str == "*":