Closed gszasz closed 8 years ago
When generating plots, the script prints 2 to stdout each time it generates a plot. Although this does not affect the generated plots, it's quite annoying.
2
[gszasz@nova scientometry-plot-gen]$ ./scientometry-plot-gen.py Generating plot-inf-citations.png ... 2 Generating plot-biotech-publications.png ... 2 Generating plot-chem-citations.png ... 2 Generating plot-all-citations.png ... 2 Generating plot-bio-publications.png ... 2 Generating plot-all-publications.png ... 2 Generating plot-bio-citations.png ... 2 Generating plot-eco-citations.png ... 2 Generating plot-chem-publications.png ... 2 Generating plot-eco-publications.png ... 2 Generating plot-biotech-citations.png ... 2 Generating plot-inf-publications.png ... 2
The issue was fixed by pull request #2
When generating plots, the script prints
2
to stdout each time it generates a plot. Although this does not affect the generated plots, it's quite annoying.