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

Removed markers in plot_coverage

parent bce397dd
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,6 @@
Compute the coverage for various coverage factors and compare them with
with the corresponding q or theoretical coverage. Results will be stored
in various plots in the results/figures folder.
TODO: Do the latter
"""
import importlib
import os
......@@ -361,6 +360,7 @@ plt.clf()
plt.title('Difference coverages')
plt.xlabel('q')
plt.ylabel('EiV cov - nonEiV-cov')
# datasets to plot and their coloring
datasets = ['linear', 'quadratic','yacht','wine','power',
'protein','concrete','california','energy','kin8nm','msd','naval']
......@@ -438,7 +438,5 @@ plt.savefig('results/figures/summary_th_deviation_coverage_ground_truth.pdf')
plt.figure(7)
plt.savefig('results/figures/summary_difference_coverage.pdf')
#####
# show plots
plt.show()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment