diff --git a/.gitignore b/.gitignore
index a77a57d..4979850 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,6 +10,7 @@
*.userosscache
*.sln.docstates
*.txt
+*.png
# User-specific files (MonoDevelop/Xamarin Studio)
*.userprefs
diff --git a/MemMAPR_winda.vcxproj b/MemMAPR_winda.vcxproj
index c1c60de..2f96dc8 100644
--- a/MemMAPR_winda.vcxproj
+++ b/MemMAPR_winda.vcxproj
@@ -158,6 +158,7 @@
+
diff --git a/MemMAPR_winda.vcxproj.filters b/MemMAPR_winda.vcxproj.filters
index 941a215..3a463fc 100644
--- a/MemMAPR_winda.vcxproj.filters
+++ b/MemMAPR_winda.vcxproj.filters
@@ -68,5 +68,6 @@
+
\ No newline at end of file
diff --git a/es10.plt b/es10.plt
deleted file mode 100644
index 7f06c25..0000000
--- a/es10.plt
+++ /dev/null
@@ -1,10 +0,0 @@
-set cbrange [0:100]
-set size ratio 0.8
-unset key
-
-set palette defined (0 0 0 1, 0.25 0 1 1, 0.5 0 1 0, 0.75 1 1 0, 1 1 0 0)
-
-do for [i=0:99]{
-plot 'explicit10.txt' u 1:2:3 index i w points pt 5 palette
-pause 1e-09}
-pause mouse
\ No newline at end of file
diff --git a/es5.plt b/es5.plt
deleted file mode 100644
index 53ef058..0000000
--- a/es5.plt
+++ /dev/null
@@ -1,10 +0,0 @@
-set cbrange [0:100]
-set size ratio 0.8
-unset key
-
-set palette defined (0 0 0 1, 0.25 0 1 1, 0.5 0 1 0, 0.75 1 1 0, 1 1 0 0)
-
-do for [i=0:99]{
-plot 'explicit5.txt' u 1:2:3 index i w points pt 5 palette
-pause 1e-09}
-pause mouse
\ No newline at end of file
diff --git a/is10.plt b/is10.plt
deleted file mode 100644
index 2709fd0..0000000
--- a/is10.plt
+++ /dev/null
@@ -1,10 +0,0 @@
-set cbrange [0:100]
-set size ratio 0.8
-unset key
-
-set palette defined (0 0 0 1, 0.25 0 1 1, 0.5 0 1 0, 0.75 1 1 0, 1 1 0 0)
-
-do for [i=0:99]{
-plot 'implicit10.txt' u 1:2:3 index i w points pt 5 palette
-pause 1e-09}
-pause mouse
\ No newline at end of file
diff --git a/is5.plt b/is5.plt
deleted file mode 100644
index 7c67833..0000000
--- a/is5.plt
+++ /dev/null
@@ -1,10 +0,0 @@
-set cbrange [0:100]
-set size ratio 0.8
-unset key
-
-set palette defined (0 0 0 1, 0.25 0 1 1, 0.5 0 1 0, 0.75 1 1 0, 1 1 0 0)
-
-do for [i=0:99]{
-plot 'implicit5.txt' u 1:2:3 index i w points pt 5 palette
-pause 1e-09}
-pause mouse
\ No newline at end of file