Commit f1ac49ec010de43232acfda446b5be6733cb180d

Authored by Scott Klum
1 parent 12b3b65c

Legend works without specifying position

Showing 1 changed file with 0 additions and 1 deletions
openbr/core/plot.cpp
... ... @@ -222,7 +222,6 @@ bool Plot(const QStringList &files, const File &destination, bool show)
222 222 const QString title = destination.get<QString>("title", QString());
223 223 const QPointF legendPoint = destination.get<QPointF>("legendPosition",QPointF());
224 224 const QString legendPosition = legendPoint.isNull() ? "'right'" : "c" + QtUtils::toString(legendPoint);
225   - qDebug() << legendPosition;
226 225  
227 226 RPlot p(files, destination);
228 227  
... ...