Correction in plotting.h
diff --git a/include/plotting/plotting.hpp b/include/plotting/plotting.hpp
index 9f8fcd3..d9d869e 100644
--- a/include/plotting/plotting.hpp
+++ b/include/plotting/plotting.hpp
@@ -44,8 +44,7 @@
    }
    (*current_figure) << "plot ";
    
-   (*current_figure) << current_figure->file1d(y) <<"title \'"  << titl
-   e << "\' with lines ";
+   (*current_figure) << current_figure->file1d(y) <<"title \'" << title << "\' with lines ";
    (*current_figure) << std::endl; 
 }