Carlos-Francisco Méndez-Cruz

WISSE example

......@@ -151,7 +151,7 @@ if __name__ == "__main__":
if options.absoluteValue:
fileName = options.vectorFile+ '.abs.' + options.outputFormat
else:
fileName = options.vectorFile + options.outputFormat
fileName = options.vectorFile + '.' + options.outputFormat
fig.savefig(os.path.join(options.outputPath, fileName))
# plt.axis('tight')
......