Further tidy and rationalising of plotting modules.

这个提交包含在:
Craig Warren
2016-05-18 12:49:36 +01:00
父节点 2a664d7fb7
当前提交 a80054b701
共有 4 个文件被更改,包括 55 次插入16 次删除

查看文件

@@ -62,6 +62,7 @@ def get_output_data(filename, rxnumber, rxcomponent):
return outputdata, dt
def mpl_plot(outputdata, dt, rxnumber, rxcomponent):
"""Creates a plot (with matplotlib) of the B-scan.
@@ -117,3 +118,4 @@ if __name__ == "__main__":
plt = mpl_plot(outputdata, dt, rx, args.rx_component)
plt.show()