Skip to content
Snippets Groups Projects
Commit b8afe00c authored by Philipp Arras's avatar Philipp Arras
Browse files

Fix plotting

parent aa5bb461
No related branches found
No related tags found
No related merge requests found
......@@ -199,7 +199,7 @@ def plot_reconstruction_2d(data, ground_truth, KL, signal, R, A, name):
label='reconstruction')
ax[1, 2].plot(
amp_mean.domain[0].k_lengths,
A.force(ground_truth).to_global_data(),
A.force(ground_truth).to_global_data()**2,
color='b',
label='ground truth')
ax[1, 2].legend()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment