Carlos-Francisco Méndez-Cruz

WISSE example

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