Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
lscsoft
lalsuite
Commits
fbc76d37
Commit
fbc76d37
authored
Mar 24, 2017
by
Leo Pound Singer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove comment about old version of Matplotlib
Original: 38ed372e3eda2f83a1065a61878e1d7911b85f18
parent
3de9d6a2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
4 deletions
+2
-4
lalinference/python/bayestar_plot_allsky.py
lalinference/python/bayestar_plot_allsky.py
+1
-2
lalinference/python/bayestar_plot_pileup.py
lalinference/python/bayestar_plot_pileup.py
+1
-2
No files found.
lalinference/python/bayestar_plot_allsky.py
View file @
fbc76d37
...
...
@@ -135,8 +135,7 @@ for ra, dec in radecs:
ra
=
plot
.
wrapped_angle
(
ra
+
dlon
)
ax
.
plot
(
ra
,
dec
,
'*'
,
markerfacecolor
=
'white'
,
markeredgecolor
=
'black'
,
markersize
=
10
)
# If we are using a new enough version of matplotlib, then
# add a white outline to all text to make it stand out from the background.
# Add a white outline to all text to make it stand out from the background.
plot
.
outline_text
(
ax
)
# Show or save output.
...
...
lalinference/python/bayestar_plot_pileup.py
View file @
fbc76d37
...
...
@@ -81,8 +81,7 @@ for count_records, (color, fitsfilename) in enumerate(zip(colors, fitsfilenames)
progress
.
update
(
-
1
,
'saving figure'
)
# If we are using a new enough version of matplotlib, then
# add a white outline to all text to make it stand out from the background.
# Add a white outline to all text to make it stand out from the background.
plot
.
outline_text
(
ax
)
opts
.
output
()
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