Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
DavidWalz
airshower-deeplearning
Commits
cd41c87f
Commit
cd41c87f
authored
May 11, 2017
by
JGlombitza
Browse files
Plot axis
parent
741ff10d
Changes
1
Hide whitespace changes
Inline
Side-by-side
plotting.py
View file @
cd41c87f
...
...
@@ -214,7 +214,7 @@ if __name__ == '__main__':
logStot
=
np
.
log10
(
S
.
sum
(
axis
=-
1
))
plot_array
(
v_stations
,
logStot
[
i
],
v_core
=
v_core
[
i
],
v_axis
=
v_axis
[
i
],
vmin
=
1
,
vmax
=
5
,
label
=
'
time [mu s]
'
,
title
=
title
,
vmin
=
1
,
vmax
=
5
,
label
=
'
log(Total_Signal)
'
,
title
=
title
,
fname
=
'plots/example-%i-signal.png'
%
i
)
plot_array_traces
(
...
...
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