/* * TextPlot.cc * * Created on: 01/07/2014 * Author: AKKA */ #include "TextPlot.hh" namespace plot { std::ostream& operator<<(std::ostream& out_, const TextPlot& lprop_){ out_ << "[TEXT_PLOT]" << std::endl; out_ << "{"<