Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
cigale
CIGALE
Commits
828881bb
Commit
828881bb
authored
Mar 05, 2019
by
Rodrigo González-Castillo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Clean unused comments
parent
7eea2752
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
pcigale_plots/plot_types/sed.py
pcigale_plots/plot_types/sed.py
+2
-2
No files found.
pcigale_plots/plot_types/sed.py
View file @
828881bb
...
...
@@ -324,8 +324,8 @@ def _sed_worker(obs, mod, filters, sed_type, logo, xrange, yrange, series, forma
ax2
.
set_xlabel
(
"Observed $\lambda$ ($\mu$m)"
)
ax1
.
set_ylabel
(
"S$_
\\
nu$ (mJy)"
)
ax2
.
set_ylabel
(
"Relative residual S$_
\\
nu$"
)
ax1
.
legend
(
fontsize
=
6
,
loc
=
'best'
,
frameon
=
False
)
#, fancybox=True, framealpha=0.5)
ax2
.
legend
(
fontsize
=
6
,
loc
=
'best'
,
frameon
=
False
)
#, fancybox=True, framealpha=0.5)
ax1
.
legend
(
fontsize
=
6
,
loc
=
'best'
,
frameon
=
False
)
ax2
.
legend
(
fontsize
=
6
,
loc
=
'best'
,
frameon
=
False
)
plt
.
setp
(
ax1
.
get_xticklabels
(),
visible
=
False
)
plt
.
setp
(
ax1
.
get_yticklabels
()[
1
],
visible
=
False
)
figure
.
suptitle
(
"Best model for {} at z = {}. Reduced $\chi^2$={}"
.
...
...
Write
Preview
Markdown
is supported
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