diff --git a/binarycpython/utils/plot_functions.py b/binarycpython/utils/plot_functions.py
index af5649f306f0c37dd252494dad9ff062979db4e9..e4040a5cc204200c73592de4d16c5173588580f8 100644
--- a/binarycpython/utils/plot_functions.py
+++ b/binarycpython/utils/plot_functions.py
@@ -1,12 +1,19 @@
 """
-Module that contains plotting routines for single systems.
+Module that contains Functionality to plot different aspect of (binary) systems. 
 
-The idea to do this is to provide the user with some quick
-commands to plot the evolution of a system
+Different routines are defined here to plot orbits, masses, angular momenta etc. 
+
+Its split up into logging string, parsing functions, plotting functions, 
+and one master function called plot_system that will provide ease of use. 
+
+All the loose components here can ofcourse be used in other routines if you want.
 
 There is no preloaded matplotlib rc, you should do that yourself
 
 TODO: This module is not finished yet.
+TODO: Make modules for single system
+TODO: Put all the plotting functions in here
+
 """
 
 import pandas as pd
@@ -26,7 +33,6 @@ from david_phd_functions.plotting.plot_functions import (
     plot_HR_diagram,
 )
 
-
 # Define the custom_logging_strings.
 # These are kept to the minimum necessary for each plotting routine.