from stratmc.data import load_trace
from stratmc.plotting import covariance_hyperparameters

full_trace = load_trace('examples/example_docs_trace')

covariance_hyperparameters(full_trace)

plt.show()