sars1492 / scientometry-plot-gen

A scientometric plot generator that uses matplotlib to generate set of scientometric plots for publishing purposes.
GNU General Public License v3.0
1 stars 0 forks source link

Meaningless output printed to stdout when generating a plot #3

Closed gszasz closed 8 years ago

gszasz commented 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.

[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
gszasz commented 8 years ago

The issue was fixed by pull request #2