Created
August 21, 2017 21:57
-
-
Save wdecoster/9c4787d53b1a67fd39b8cddda6d34558 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| winners.plot( | |
| linewidth=0.2, | |
| legend=None, | |
| ylim=(0, 250), | |
| xlim=(0, 92)) | |
| plt.xlabel('Days since publication') | |
| plt.ylabel('Altmetric score') | |
| plt.axhline( | |
| y=31.3, | |
| linewidth=2.5, | |
| linestyle='dotted') | |
| plt.title('Evolution of altmetric score after publication on bioRxiv') | |
| plt.show() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment