Skip to content

Instantly share code, notes, and snippets.

@Filippos101
Created April 4, 2020 00:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Filippos101/07fc04b2ef5f0567799614f6129cad6b to your computer and use it in GitHub Desktop.
Save Filippos101/07fc04b2ef5f0567799614f6129cad6b to your computer and use it in GitHub Desktop.
# Setting the text on the Y-axis
plt.ylabel("Crude Oil Prices: Brent - Europe")
# Setting the size of our graph
data.Value.plot(figsize=(10,5))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment