Skip to content
Snippets Groups Projects
Commit 980b8b1a authored by Jörg Martin's avatar Jörg Martin
Browse files

Updated color scale

parent 6cf3ef4c
Branches
Tags
No related merge requests found
...@@ -95,7 +95,7 @@ plt.ylabel('coverage') ...@@ -95,7 +95,7 @@ plt.ylabel('coverage')
# datasets to plot and their coloring # datasets to plot and their coloring
datasets = ['linear', 'quadratic','cubic','sine'] datasets = ['linear', 'quadratic','cubic','sine']
colors = ['#084519', '#7D098D', '#77050C', '#09017F'] colors = ['#5D6D7E', '#F39C12', '#2ECC71', '#8E44AD']
def compute_coverages(data, eiv, number_of_draws): def compute_coverages(data, eiv, number_of_draws):
""" """
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment