Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Gregory Ashton
PyFstat
Commits
1042059a
Commit
1042059a
authored
Dec 18, 2017
by
David Keitel
Browse files
grid_F0F1F2.py: fix gridcorner call
-"AttributeError: 'function' object has no attribute 'gridcorner'"
parent
9de7652f
Changes
1
Hide whitespace changes
Inline
Side-by-side
examples/grid_examples/grid_F0F1F2.py
View file @
1042059a
...
...
@@ -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
))
David Keitel
@dkeitel
mentioned in issue
#9 (closed)
·
Dec 18, 2017
mentioned in issue
#9 (closed)
mentioned in issue #9
Toggle commit list
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment