From f1ac49ec010de43232acfda446b5be6733cb180d Mon Sep 17 00:00:00 2001 From: Scott Klum Date: Sat, 12 Oct 2013 17:32:13 -0400 Subject: [PATCH] Legend works without specifying position --- openbr/core/plot.cpp | 1 - 1 file changed, 0 insertions(+), 1 deletion(-) diff --git a/openbr/core/plot.cpp b/openbr/core/plot.cpp index b09b8a5..2094393 100644 --- a/openbr/core/plot.cpp +++ b/openbr/core/plot.cpp @@ -222,7 +222,6 @@ bool Plot(const QStringList &files, const File &destination, bool show) const QString title = destination.get("title", QString()); const QPointF legendPoint = destination.get("legendPosition",QPointF()); const QString legendPosition = legendPoint.isNull() ? "'right'" : "c" + QtUtils::toString(legendPoint); - qDebug() << legendPosition; RPlot p(files, destination); -- libgit2 0.21.4