Skip to content
Snippets Groups Projects
Commit c7e035e5 authored by Wuttke, Joachim's avatar Wuttke, Joachim
Browse files

bug fix: plot2D did not clear previous plot

parent 0ece8384
No related branches found
No related tags found
No related merge requests found
......@@ -66,6 +66,7 @@ void CPS_Plotter::start_frame2D(
Y = &_Y;
ps_snum = 0;
ps_Doc = "";
ps_accu = "";
ps_accu += ps_coord(X);
ps_accu += ps_coord(Z);
ps_accu += ps_coord(Y);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment