Skip to content

Instantly share code, notes, and snippets.

@sgsg704
Created November 26, 2021 06:51
Show Gist options
  • Save sgsg704/5bbf64fdd59f67cb6ce0b2c7fe2dc823 to your computer and use it in GitHub Desktop.
Save sgsg704/5bbf64fdd59f67cb6ce0b2c7fe2dc823 to your computer and use it in GitHub Desktop.
fig, ax = plt.subplots()
ax.scatter(x = df1['Speed'], y = df1['Radiation'])
plt.ylabel('Radiation', fontsize=13)
plt.xlabel('Speed', fontsize=13)
plt.show()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment