Skip to content

Instantly share code, notes, and snippets.

@amankharwal
Created November 26, 2020 07:44
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 amankharwal/7f5217991d77ee50dd7beb803d969459 to your computer and use it in GitHub Desktop.
Save amankharwal/7f5217991d77ee50dd7beb803d969459 to your computer and use it in GitHub Desktop.
plt.figure(figsize=(8, 8))
plt.plot(df['Duration'], df['Calories'], 'bo');
plt.xlabel('Duration (min)', size = 18); plt.ylabel('Calories', size = 18);
plt.title('Calories burned vs Duration of Exercise', size = 20);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment