Skip to content
Snippets Groups Projects
Commit 1e22474b authored by David Hendriks's avatar David Hendriks
Browse files

updated plot functions

parent 5ba995fc
No related branches found
No related tags found
No related merge requests found
"""
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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment