Skip to content

Instantly share code, notes, and snippets.

@brinnaebent
Created November 17, 2020 14:25
Show Gist options
  • Save brinnaebent/3acee085bf5a158f18c249833530af91 to your computer and use it in GitHub Desktop.
Save brinnaebent/3acee085bf5a158f18c249833530af91 to your computer and use it in GitHub Desktop.
# Designate a figure size and font size
plt.figure(figsize=(25,5))
plt.rcParams.update({'font.size': 20})
# Plot
plt.plot(df['DateTime'], df['Glucose'], '.', color = '#1f77b4')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment