Skip to content

Instantly share code, notes, and snippets.

@wdecoster
Created August 21, 2017 21:57
Show Gist options
  • Select an option

  • Save wdecoster/9c4787d53b1a67fd39b8cddda6d34558 to your computer and use it in GitHub Desktop.

Select an option

Save wdecoster/9c4787d53b1a67fd39b8cddda6d34558 to your computer and use it in GitHub Desktop.
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