Skip to content
Snippets Groups Projects
Commit 1042059a authored by David Keitel's avatar David Keitel
Browse files

grid_F0F1F2.py: fix gridcorner call

 -"AttributeError: 'function' object has no attribute 'gridcorner'"
parent 9de7652f
No related branches found
No related tags found
No related merge requests found
......@@ -59,6 +59,6 @@ twoF = search.data[:, -1].reshape((len(F0_vals), len(F1_vals), len(F2_vals)))
xyz = [F0_vals, F1_vals, F2_vals]
labels = ['$f - f_0$', '$\dot{f} - \dot{f}_0$', '$\ddot{f} - \ddot{f}_0$',
'$\widetilde{2\mathcal{F}}$']
fig, axes = gridcorner.gridcorner(
fig, axes = gridcorner(
twoF, xyz, projection='log_mean', labels=labels, whspace=0.1, factor=1.8)
fig.savefig('{}/{}_projection_matrix.png'.format(outdir, label))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment