Why is seaborn abbreviated as sns?
Also, I see that matplotlib is abbreviated as plt or mpl, which one is more common?
·sns
You can trace the link here, but sns is the initial of the character named Seaborn.
Samuel Norman"Sam"Seaborn
·plt and mpl
I think matplotlib.pyplot is plt, matplot is mpl.
import matplotlib.pyplot as plt
import matplotlib as mpl
© 2024 OneMinuteCode. All rights reserved.