你已经派生过 gprMax
镜像自地址
https://gitee.com/sunhf/gprMax.git
已同步 2025-08-07 04:56:51 +08:00
Updated doc strings.
这个提交包含在:
@@ -23,7 +23,7 @@ import matplotlib.pyplot as plt
|
|||||||
|
|
||||||
from gprMax.exceptions import CmdInputError
|
from gprMax.exceptions import CmdInputError
|
||||||
|
|
||||||
"""Plots electric and magnetic fields from all receiver points in the given output file. Each receiver point is plotted in a new figure window."""
|
"""Plots electric and magnetic fields from any receiver points in the given output file. Each receiver point is plotted in a new figure window."""
|
||||||
|
|
||||||
# Fields that can be plotted
|
# Fields that can be plotted
|
||||||
fieldslist = ['Ex', 'Hx', 'Ey', 'Hy', 'Ez', 'Hz']
|
fieldslist = ['Ex', 'Hx', 'Ey', 'Hy', 'Ez', 'Hz']
|
||||||
|
@@ -23,7 +23,7 @@ import matplotlib.pyplot as plt
|
|||||||
|
|
||||||
from gprMax.exceptions import CmdInputError
|
from gprMax.exceptions import CmdInputError
|
||||||
|
|
||||||
"""Plots B-scan."""
|
"""Plots a B-scan image."""
|
||||||
|
|
||||||
# Fields that can be plotted
|
# Fields that can be plotted
|
||||||
fieldslist = ['Ex', 'Hx', 'Ey', 'Hy', 'Ez', 'Hz']
|
fieldslist = ['Ex', 'Hx', 'Ey', 'Hy', 'Ez', 'Hz']
|
||||||
|
在新工单中引用
屏蔽一个用户