diff --git a/tools/task_plots/analyse_tasks.py b/tools/task_plots/analyse_tasks.py
index 4ef9ac95b8fe73b7cc9c5f0bd92e2e364a848341..2de77352bbfb3a4b63e09b5dea0a4a1c7cabe60f 100755
--- a/tools/task_plots/analyse_tasks.py
+++ b/tools/task_plots/analyse_tasks.py
@@ -125,6 +125,8 @@ TASKTYPES = [
     "bh_swallow_ghost3",
     "fof_self",
     "fof_pair",
+    "rt_in",
+    "rt_out",
     "count",
 ]
 
diff --git a/tools/task_plots/iplot_tasks.py b/tools/task_plots/iplot_tasks.py
index f314b71af5f8a43ed23a675fc19d9293c35195d3..2fd8e2e4000de866d992170ff60ab8a915541501 100755
--- a/tools/task_plots/iplot_tasks.py
+++ b/tools/task_plots/iplot_tasks.py
@@ -179,6 +179,8 @@ TASKTYPES = [
     "bh_swallow_ghost3",
     "fof_self",
     "fof_pair",
+    "rt_in",
+    "rt_out",
     "count",
 ]
 
diff --git a/tools/task_plots/plot_tasks.py b/tools/task_plots/plot_tasks.py
index b71d0995ba94d253caf8795ba538fb5a805dd75e..054dfe6b4f63c0fbaab32dec9f44334eb2aab300 100755
--- a/tools/task_plots/plot_tasks.py
+++ b/tools/task_plots/plot_tasks.py
@@ -202,6 +202,8 @@ TASKTYPES = [
     "bh_swallow_ghost3",
     "fof_self",
     "fof_pair",
+    "rt_in",
+    "rt_out",
     "count",
 ]