Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -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') | ... | ... |
-
Please register or login to post a comment