Skip to content

Instantly share code, notes, and snippets.

@AI-MOO
Last active February 5, 2022 23:48
Show Gist options
  • Save AI-MOO/c3eada56c3ed7b901dd690d3c3a67100 to your computer and use it in GitHub Desktop.
Save AI-MOO/c3eada56c3ed7b901dd690d3c3a67100 to your computer and use it in GitHub Desktop.
# تهيئة الرسم البياني
sns.set(rc={'figure.figsize':(15, 10)})
sns.histplot(y = data["Day"], color='#b5200d')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment