Tweaks to gridline styles.

这个提交包含在:
Craig Warren
2018-05-02 14:28:38 +01:00
父节点 4118604112
当前提交 cc33a628b6
共有 4 个文件被更改,包括 28 次插入24 次删除

查看文件

@@ -49,7 +49,11 @@ def mpl_plot(filename, outputdata, dt, rxnumber, rxcomponent):
plt.xlabel('Trace number')
plt.ylabel('Time [s]')
# plt.title('{}'.format(filename))
plt.grid()
# Grid properties
ax = fig.gca()
ax.grid(which='both', axis='both', linestyle='-.')
cb = plt.colorbar()
if 'E' in rxcomponent:
cb.set_label('Field strength [V/m]')