Tweaks to gridline styles.

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

查看文件

@@ -136,7 +136,7 @@ def mpl_plot(w, timewindow, dt, iterations, fft=False):
ax1.set_xlabel('Time [s]')
ax1.set_ylabel('Amplitude')
[ax.grid() for ax in fig.axes] # Turn on grid
[ax.grid(which='both', axis='both', linestyle='-.') for ax in fig.axes] # Turn on grid
# Save a PDF/PNG of the figure
# fig.savefig(os.path.dirname(os.path.abspath(__file__)) + os.sep + w.type + '.pdf', dpi=None, format='pdf', bbox_inches='tight', pad_inches=0.1)