Advertisement
Guest User

Untitled

a guest
Aug 21st, 2017
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. winners.plot(
  2. linewidth=0.2,
  3. legend=None,
  4. ylim=(0, 1000))
  5. plt.xlabel('Days since publication')
  6. plt.ylabel('Altmetric score')
  7. plt.axhline(
  8. y=31.3,
  9. linewidth=2.5,
  10. linestyle='dotted')
  11. plt.title('Evolution of altmetric score after publication on bioRxiv')
  12. plt.show()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement