Skip to content

Instantly share code, notes, and snippets.

@joaomacalos
Created June 15, 2021 13:46
Show Gist options
  • Select an option

  • Save joaomacalos/5299a02043df1ce977b369fef0e729a2 to your computer and use it in GitHub Desktop.

Select an option

Save joaomacalos/5299a02043df1ce977b369fef0e729a2 to your computer and use it in GitHub Desktop.
Comparison-Python2
# Plot
sns.lineplot(
data=commodities,
x='date', y='comm',
label='All commodity prices (IMF)'
);
plt.legend(loc="lower right")
plt.show()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment