Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
NJU Geophy
MGPro
Commits
63349f70
Commit
63349f70
authored
Apr 12, 2020
by
Mijian Xu
😷
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update plot power map
parent
3a8a56b1
Pipeline
#1309
passed with stage
in 1 minute and 37 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
mgpro/mgpro.py
mgpro/mgpro.py
+1
-1
setup.py
setup.py
+1
-1
No files found.
mgpro/mgpro.py
View file @
63349f70
...
...
@@ -209,7 +209,7 @@ class mgmat(object):
if
self
.
pcot
is
not
None
:
line
=
plt
.
plot
(
self
.
eff_freq
,
self
.
eff_freq
*
self
.
pcot
[
0
]
+
self
.
pcot
[
1
],
'k'
,
label
=
r
"Z = {:.2f}m"
.
format
(
self
.
pcot
[
0
]))
plt
.
legend
()
plt
.
ylabel
(
'
Amplitude
'
)
plt
.
ylabel
(
'
ln(Amp)
'
)
plt
.
xlabel
(
'Angular frequency'
)
plt
.
show
()
...
...
setup.py
View file @
63349f70
...
...
@@ -5,7 +5,7 @@ packages = find_packages()
with
open
(
"README.md"
,
"r"
)
as
fh
:
long_description
=
fh
.
read
()
VERSION
=
"0.1.1
7
"
VERSION
=
"0.1.1
8
"
setup
(
name
=
'mgpro'
,
version
=
VERSION
,
author
=
'Mijian Xu'
,
...
...
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