diff --git a/correlation_with_minepy/call_me_by_your_name/md_freq_dist.csv b/correlation_with_minepy/call_me_by_your_name/md_freq_dist.csv
new file mode 100644
index 0000000000000000000000000000000000000000..984f54b1ca8f285cc704a13f4302bb9aac0e1ad9
--- /dev/null
+++ b/correlation_with_minepy/call_me_by_your_name/md_freq_dist.csv
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:1d4695e6de6dd92d0490510f4116046cc8120482f92a637f6b1914fda5eacba0
+size 128
diff --git a/correlation_with_minepy/minepy_visualisation.txt b/correlation_with_minepy/minepy_visualisation.txt
new file mode 100644
index 0000000000000000000000000000000000000000..23f98406c20a10f7c091d547b89453055eef7d66
--- /dev/null
+++ b/correlation_with_minepy/minepy_visualisation.txt
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:ebf57ddb4e31c2006510218b40473abe4f73e28d969e09f21372b74ed64cd61a
+size 1363
diff --git a/correlation_with_minepy/submit_minepy_gpu.sh b/correlation_with_minepy/submit_minepy_gpu.sh
index 7fdc8d8c871fe120b09bdff5259ac06d4f89709e..81eb2048897e57603c96bf447536e4c67fa20ee9 100644
--- a/correlation_with_minepy/submit_minepy_gpu.sh
+++ b/correlation_with_minepy/submit_minepy_gpu.sh
@@ -1,10 +1,10 @@
 #!/bin/bash
-#SBATCH --job-name=minepy
-#SBATCH --output=minepy_6.txt
+#SBATCH --job-name=minepy_visualisation
+#SBATCH --output=minepy_visualisation.txt
 #SBATCH --mail-user=chrysanthopoulou@cl.uni-heidelberg.de
 #SBATCH --mail-type=ALL
 #SBATCH --partition=gpulong
-#SBATCH --time=3-00:00:00
+#SBATCH --time=3:00:00 
 #SBATCH --gres=gpu:4
 #SBATCH --ntasks=4
 
@@ -16,6 +16,7 @@
 #source fanfic_venv/bin/activate
 source ../mic_venv/bin/activate
 #cd correlation_with_minepy
-python3 example_4.py
+#python3 example_4.py
+python3 visualisation.py
 deactivate
 #python3 fanfic_preprocessing
\ No newline at end of file