diff --git a/Frontend Angular 4/src/app/layout/plotter/graph2D/graph2D.component.ts b/Frontend Angular 4/src/app/layout/plotter/graph2D/graph2D.component.ts
index 0e1da198e97c12311a5ba015b45fe7f9a7ed0402..d3db0a23365cf466db161da98e238a5b7886f257 100755
--- a/Frontend Angular 4/src/app/layout/plotter/graph2D/graph2D.component.ts	
+++ b/Frontend Angular 4/src/app/layout/plotter/graph2D/graph2D.component.ts	
@@ -239,6 +239,7 @@ export class Graph2DComponent {
         $this.animation.currentFrame = 0;
         $this.animation.speed = 1000;
         $this.animation.playing = false;
+        $this.animation.init = false;
         this.instance.removeAllGraphs();
     }