Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
B
binary_c-python
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Izzard, Robert Dr (Maths & Physics)
binary_c-python
Commits
1e22474b
Commit
1e22474b
authored
4 years ago
by
David Hendriks
Browse files
Options
Downloads
Patches
Plain Diff
updated plot functions
parent
5ba995fc
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
binarycpython/utils/plot_functions.py
+10
-4
10 additions, 4 deletions
binarycpython/utils/plot_functions.py
with
10 additions
and
4 deletions
binarycpython/utils/plot_functions.py
+
10
−
4
View file @
1e22474b
"""
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.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment