Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Sebastian Heimann
grond
Commits
6b1f4e75
Commit
6b1f4e75
authored
Jan 13, 2017
by
Sebastian Heimann
Browse files
change symbol size for jointpar plots to match style of sequence plots
parent
72ce21bb
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plot.py
View file @
6b1f4e75
...
...
@@ -323,6 +323,7 @@ def draw_jointpar_figures(
# cmap = cm.YlOrRd
# cmap = cm.jet
cmap
=
cm
.
coolwarm
msize
=
1.5
problem
=
model
.
problem
if
not
problem
:
...
...
@@ -490,7 +491,7 @@ def draw_jointpar_figures(
xpar
.
scaled
(
fx
),
ypar
.
scaled
(
fy
),
c
=
color
,
s
=
3
,
alpha
=
0.5
,
cmap
=
cmap
,
edgecolors
=
'none'
)
s
=
msize
,
alpha
=
0.5
,
cmap
=
cmap
,
edgecolors
=
'none'
)
cov
=
num
.
cov
((
xpar
.
scaled
(
fx
),
ypar
.
scaled
(
fy
)))
evals
,
evecs
=
eigh_sorted
(
cov
)
...
...
@@ -1140,7 +1141,6 @@ def draw_fits_figures(ds, model, plt):
axes2
=
fig
.
add_subplot
(
ny_this
,
nx_this
,
i_this
)
space
=
0.5
space_factor
=
1.0
+
space
axes2
.
set_axis_off
()
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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