Updated doc strings.

这个提交包含在:
Craig Warren
2016-01-05 18:27:58 +00:00
父节点 2fb58f2c4b
当前提交 5c94ecee2c
共有 2 个文件被更改,包括 2 次插入2 次删除

查看文件

@@ -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']